Metrics Engine Documentation Index
Command-Line Tool Reference Home

metric-engine-schema

Description
Examples
Arguments

Description

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.

Examples

Convert DBMS schema from version 1.0 to version 2.0:
metric-engine-schema --from 1.0 --target 2.0


Compare current DBMS schema to version 1.0:
metric-engine-schema --compare 1.0


Display current and required schema versions:
metric-engine-schema


Compare DBMS schema version 1.0 to version 2.0:
metric-engine-schema --from 1.0 --compare 2.0

Arguments

-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. Must equal 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
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