mongodb-supports-validator
--mongodb-supports-validator
is a global parameter for the Liquibase MongoDB Open Source extension. It specifies whether to create the Liquibase tracking collections with validators. The default value is <placeholder>
.
Uses
Setting this parameter to false
permits Liquibase usage on MongoDB versions not supporting validators.
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.