liquibase.home

Last updated: April 30, 2026

The directory that points to the Liquibase installation location.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Liquibase properties file (defaults file)

liquibase.home: <string>

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.home=<string>

Liquibase environment variable

LIQUIBASE_HOME=<string>