X4 Help Center

Setting Up the X4 Server Database

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-url

JDBC connection string

--jdbc-user

Database user for the X4 database connection

The user must exist and have permission to execute DDL statements.

--jdbc-password

Database user for the X4 database connection

--liquibase-schema

Optional.

Name of the schema in which the Liquibase management tables (DATABASECHANGELOG and DATABASECHANGELOGLOCK) are to be created. This schema must exist before you run the script.

If the schema is not specified, the default database schema is used to create the Liquibase tables (recommended).