Introducing Agent Safe Governance for the AI Era

--sqlcmd-keep-temp-overwrite

Last updated: June 5, 2026

Overwrites any files in the specified directory with the same name. Default: true.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Global CLI parameter

--sqlcmd-keep-temp-overwrite=<true|false>

Liquibase properties file (defaults file)

liquibase.sqlcmd.keep.temp.overwrite: <true|false>

Global flow file argument (example)

globalArgs: { sqlcmd-keep-temp-overwrite: "<true|false>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.sqlcmd.keep.temp.overwrite=<true|false>

Liquibase environment variable

LIQUIBASE_SQLCMD_KEEP_TEMP_OVERWRITE=<true|false>