When running:
.\liquibase.bat --logLevel=debug generateChangeLog
- The properties in
liquibase.propertiesare ignored, and the database connection fails.
However, the command:
.\liquibase.bat --logLevel=debug status
- Works correctly with the same
liquibase.propertiessettings.
Question:
Is this a Liquibase bug, or is there a specific order of arguments needed for generateChangeLog to read liquibase.properties correctly?