--auto-update

Last updated: April 30, 2026

Allows automatic backup and updating of the liquibase.checks-settings.conf file when new policy checks are available. Valid values: ON, OFF. Default: OFF.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--auto-update=<ON|OFF>

Liquibase properties file (defaults file)

liquibase.command.checks.<subcommand>.autoUpdate: <string>

Command flow file argument (example)

cmdArgs: { auto-update: "<ON|OFF>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.checks.<subcommand>.autoUpdate=<string>

Liquibase environment variable

LIQUIBASE_COMMAND_CHECKS_<SUBCOMMAND>_AUTO_UPDATE=<string>