--reference-liquibase-catalog-name

Last updated: May 1, 2026

Reference database catalog 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-catalog-name=<string>

Liquibase properties file (defaults file)

liquibase.command.referenceLiquibaseCatalogName: <string>

Command flow file argument (example)

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

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_COMMAND_REFERENCE_LIQUIBASE_CATALOG_NAME=<string>