We are using following connection string : ( LDAP )
mongosh_command_url: mongodb://UserName:***@hostname:27050/?authSource=$external&authMechanism=PLAIN
and we are using Liquibase validate command, Liquibase latest version is installed. but we are seeing following error :
Each argument contains the corresponding ‘configuration key’ in parentheses. As
an alternative to passing values on the command line, these keys can be used as
a basis for configuration settings in other locations.
Available configuration locations, in order of priority:
- Command line arguments (argument name in --help)
- Java system properties (configuration key listed above)
- Environment values (env variable listed above)
- Defaults file (configuration key OR argument name)
Please suggest fix: