If you are using a version Liquibase from 4.1.0 to 4.17.2 you may begin to see new error messages related to Liquibase Hub which has now been fully deprecated. These will look like the following when you run update
:
Retrieving Hub Change Log failed for Changelog ID...
In order to remove these types of errors, we recommend either:
- updating to Liquibase 4.18.0 or newer
or
- setting
liquibase.hub.mode=off
in your defaults file or using the environment variableLIQUIBASE_HUB_MODE=OFF
If you have any other questions, please reply to this thread.