--reference-driver

Last updated: April 30, 2026

The JDBC driver class for the reference database.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--reference-driver=<string>

Liquibase properties file (defaults file)

liquibase.command.referenceDriver: <string>

Command flow file argument (example)

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

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_COMMAND_REFERENCE_DRIVER=<string>