I have been using 4.26 docker image with no issues. Last week, I upgraded to 4.30 and got the following error.
Unexpected argument(s): --changeLogFile=changelog_master.xml
command I used
liquibase status --verbose --url=“$HIDDEN” --changeLogFile=changelog_master.xml --username=$SNOWFLAKE_USR --password=$SNOWFLAKE_PASSWORD --driver=$SNOWFLAKE_DRIVER
I reverted to 4.26, and the issue went away. Is this a bug in 4.30.0?
The release notes for 4.31.0 mentions:
The Bug
The standard Liquibase practice is to accept the attribute closest to the changeset. But in 4.31.0, the parent logicalfilepath value will be used in DBCL/DBCLH as the changelogfilepath value.
Are they talking about the same bug causing my issue or something else?
Will an upgrade to 4.31.0 resolve my issue?