Show current and required UnboundID Metrics Engine DBMS schema version information. Can compare current schema to different versions to display the schema changes, and can update the schema from one version to another.
manage-metrics-db-schema --from 1.0 --target 2.0
manage-metrics-db-schema --compare 1.0
manage-metrics-db-schema
manage-metrics-db-schema --from 1.0 --compare 2.0
-V
--version
| Description | Display Metrics Engine version information |
-H
--help
| Description | Display general usage information |
--help-debug
| Description | Display help for using debug options |
| Advanced | Yes |
-f Initial version of the schema used for update
--from Initial version of the schema used for update
| Description | Initial version of the schema to be used when updating the schema. Defaults to the current DBMS schema version |
| Required | No |
| Multi-Valued | No |
-t Desired version of the schema used for update
--target Desired version of the schema used for update
| Description | Desired version of the schema when updating the schema. Must be greater than current DBMS schema version or use the value "required" to determine the current required version |
| Required | No |
| Multi-Valued | No |
-c Compare current version to this version
--compare Compare current version to this version
| Description | Compare current version of schema to this version |
| Required | No |
| Multi-Valued | No |
-v
--verbose
| Description | Show verbose output |