Liquibase could not start correctly, your database is NOT ready: Could not acquire change log lock. Currently locked code example
Example: SELECT LOCKED FROM public.databasechangeloglock WHERE ID=1
UPDATE DATABASECHANGELOGLOCK SET LOCKED=FALSE, LOCKGRANTED=null, LOCKEDBY=null where ID=1;