There is no guided/interactive mode for this command, only the CLI parameters listed below can be used.
Note:
Only the tables that are actually required for X4 BPMS version 7.3 or higher are created. The traditional method of creating tables (legacy mode) created unnecessary tables.
When you run the update, existing tables from previous versions are not updated, but are marked as updated in the internal control tables.
The full CLI command is:
--jdbc-url <JDBC_connection_string> --jdbc-user <database_username> --jdbc-password <database-password> --liquibase-schema <schema-name>
The following CLI parameters are relevant:
|
Parameters |
Description |
|---|---|
|
|
JDBC connection string |
|
|
Database user for the X4 database connection The user must exist and have permission to execute DDL statements. |
|
|
Database user for the X4 database connection |
|
|
Optional. Name of the schema in which the Liquibase management tables ( If the schema is not specified, the default database schema is used to create the Liquibase tables (recommended). |