--reference-driver-properties-file

Last updated: April 30, 2026

The JDBC driver properties file for the reference database.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--reference-driver-properties-file=<string>

Liquibase properties file (defaults file)

liquibase.command.referenceDriverPropertiesFile: <string>

Command flow file argument (example)

cmdArgs: { reference-driver-properties-file: "<string>" }

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_COMMAND_REFERENCE_DRIVER_PROPERTIES_FILE=<string>