mongodb-adjust-tracking-tables-on-startup
--mongodb-adjust-tracking-tables-on-startup
is a global parameter for the Liquibase MongoDB Open Source extension. It specifies whether to validate the Liquibase DATABASECHANGELOG and DATABASECHANGELOGLOCK collections on startup. If they are not up to date with the current release, Liquibase adjusts them. The default value is true
.
Uses
It is a best practice to keep this parameter enabled whenever you upgrade to a new Liquibase version.
Syntax
You can set this parameter in the following ways:
Option | Syntax |
---|---|
Liquibase properties file (defaults file) |
|
Global flow file argument (example) |
|
Global CLI parameter |
|
JVM system property (JAVA_OPTS Environment Variable) |
|
Liquibase Environment Variables |
|
For more information, see Working with Command Parameters.