--reference-liquibase-schema-name

Last updated: May 1, 2026

Reference database schema to use for Liquibase objects. Liquibase 4.24.0+.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--reference-liquibase-schema-name=<string>

Liquibase properties file (defaults file)

liquibase.command.referenceLiquibaseSchemaName: <string>

Command flow file argument (example)

cmdArgs: { reference-liquibase-schema-name: "<string>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.referenceLiquibaseSchemaName=<string>

Liquibase environment variable

LIQUIBASE_COMMAND_REFERENCE_LIQUIBASE_SCHEMA_NAME=<string>