| author | Vrishali Doke | 2012-12-05 01:06:07 (EST) |
|---|---|---|
| committer | Stephan Born | 2012-12-05 01:06:07 (EST) |
| commit | e7297f5314d4cc4120559a78a83a8899f61f9fe7 (patch) (side-by-side diff) | |
| tree | dd1594541d0318b77db24e2632a2bdda66c41ea4 | |
| parent | 177ca16f9603da7bef8f164485b3567a883041be (diff) | |
| download | org.eclipse.stardust.documentation-e7297f5314d4cc4120559a78a83a8899f61f9fe7.zip org.eclipse.stardust.documentation-e7297f5314d4cc4120559a78a83a8899f61f9fe7.tar.gz org.eclipse.stardust.documentation-e7297f5314d4cc4120559a78a83a8899f61f9fe7.tar.bz2 | |
CRNT-25664 - Added additional info for verbose option
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/documentation@61343 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | org.eclipse.stardust.docs.dev/html/handbooks/operation/commandline/ag-commandline-2.htm | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/org.eclipse.stardust.docs.dev/html/handbooks/operation/commandline/ag-commandline-2.htm b/org.eclipse.stardust.docs.dev/html/handbooks/operation/commandline/ag-commandline-2.htm index d37ec14..cf570e2 100644 --- a/org.eclipse.stardust.docs.dev/html/handbooks/operation/commandline/ag-commandline-2.htm +++ b/org.eclipse.stardust.docs.dev/html/handbooks/operation/commandline/ag-commandline-2.htm @@ -364,8 +364,18 @@ sysconsole.</p> <li><tt>-step, -s -</tt> Performs exactly one migration step. May require
multiple invocations to fully perform migrations involving temporary schema
versions.</li>
+ <li><tt>-verbose, -v</tt> Display additional information about the upgrade + job.</li> </ul>
</td>
+ <td> + <ul> + <li>sysconsole upgraderuntime -verbose (audit trail will be upgraded and + detailed information of the upgrade will be displayed)</li> + <li>sysconsole upgraderuntime -describe -verbose (detailed upgrade information will be displayed but audit trail will not be modified)</li> + </ul> + </td> + </tr>
<tr>
<td>version</td>
@@ -644,6 +654,69 @@ The missing attribute modelId is added using the model ID of the already deployed model. The modified cluster definition
replaces the old one in the audit trail.</p> -->
+ +<!-- Merge from 7.0 - RC4 will have the Runtime Upgrade heading here and its details. That's +why no heading is provided here for the Additional info of runtime upgrade. --> + +<h4>Viewing Additional Information during Runtime Upgrade Job</h4> +<p>Following upgrade details are displayed when the +<tt>-v/verbose</tt> option is used: </p> +<pre> + +Upgrade from version 4.9.0 to 5.2.0: + +Upgrade schema task: +A new table 'department' with the columns'oid', 'id', 'name', 'partition', 'parentDepartment', 'description', 'organization' and indexes 'department_idx1' and 'department_idx2' will be created. +A new table 'department_hierarchy' with the columns 'superDepartment', 'subDepartment' and indexes 'department_hier_idx1' and 'department_hier_idx2' will be created. +The new columns 'currentUserPerformer', 'currentPerformer' and 'currentDepartment' will be created in table 'activity_instance' and indexes 'activity_inst_idx2' and 'activity_inst_idx3' will be modified. +The new columns 'performerKind', 'performer', 'department' and 'state' will be created in table 'workitem' and index 'workitem_idx2' will be modified. +The new columns 'department' and 'onBehalfOfDepartment' will be created in table 'act_inst_history'. +The new columns 'model', 'participant' and 'department' will be created in table 'user_participant' and index 'user_particip_idx2' will be modified. +The new column 'extendedState' will be created in table 'workflowuser'. + +Upgrade from version 5.2.0 to 6.0.0: + +Upgrade schema task: +A new table 'preferences' with the columns 'ownerId', 'ownerType', 'moduleId', 'preferencesId', 'partition', 'stringValue' and index 'preferences_idx1' will be created. +The table 'message_store' will be dropped. +A new table 'model_ref' with the columns 'code', 'modelOid', 'id', 'refOid', 'deployment' and indexes 'model_ref_idx1' and 'model_ref_idx2' will be created. +A new table 'model_dep' with the columns 'oid', 'deployer', 'deploymentTime', 'validFrom', 'deploymentComment' and indexes 'model_dep_idx1', 'model_dep_idx2' and 'model_dep_idx3' will be created. +A new table 'model_dep_lck' with the column 'oid' and index 'model_dep_lck_idx' will be created. (only if AuditTrail.UseLockTables = true) +A new column 'deployment' will be created in table 'process_instance'. + +Migrate data task: +Table 'model_ref' will be populated. +Table 'model_dep' will be populated. +Field 'deployment' in table 'process_instance' will be populated. +Index 'user_particip_idx2' in table 'user_participant' will be modified. +Permissions will be inserted into table 'preferences'. +Model Id will be added to xml data cluster definition. + +Upgrade from version 6.0.0 to 7.0.0: + +Upgrade schema task: +The new columns 'criticality', 'propertiesAvailable' and index 'activity_inst_idx9' will be created in table 'activity_instance'. +A new column 'criticality' will be created in table 'workitem'. +A new table 'procinst_link' with the columns 'processInstance', 'linkedProcessInstance', 'linkType', 'createTime', 'creatingUser' and 'linkingComment' will be created. +A new table 'link_type' with the columns 'oid', 'id', 'description', 'partition' and index 'link_type_idx1' will be created. +Datacluster setup key will be upgraded to 'org.eclipse.stardust.engine.core.runtime.setup_definition' in column 'name' in table 'property'. +A new table 'partition_lck' with column 'oid' and index 'partition_lck_idx' will be created. (only if AuditTrail.UseLockTables = true) + +Migrate data task: +Initializes the field 'propertiesAvailable' in table 'activity_instance'. +Missing XPaths which are needed to store the revisionComment will be created for Structured Datatypes. + +Finalize schema task: +Default link types will be added. +</pre> + + + + + + + + <script language="JavaScript" type="text/javascript">
<!--
writeFooter();
|

