--reference-default-catalog-name

Last updated: April 30, 2026

The reference default catalog name to use for the database connection.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--reference-default-catalog-name=<string>

Liquibase properties file (defaults file)

liquibase.command.referenceDefaultCatalogName: <string>

Command flow file argument (example)

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

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_COMMAND_REFERENCE_DEFAULT_CATALOG_NAME=<string>