Open anikdas opened 2 years ago
We are trying to set up liquibase for our MongoDB schema migration management. We are facing the following issue when we run
liquibase update
Log output for
liquibase updateSQL --log-level debug
How can we resolve this issue?
So you mean update or update-sql? Those are different commands and only former is present on list of supported commands for mongodb (scroll down to Supported commands link)
We are trying to set up liquibase for our MongoDB schema migration management. We are facing the following issue when we run
liquibase update
Log output for
liquibase updateSQL --log-level debug
This is the output for
liquibase --version
How can we resolve this issue?