Liquibase changeLogLock

Hi Christine.
The locks can be released manually:

UPDATE <tableName> (e.g. DATABASECHANGELOGLOCK) SET LOCKED=FALSE, LOCKGRANTED=null, LOCKEDBY=null where ID=1;

(Clear the locks only if there is no upgrade running). The question is why Flowable crashed.

Regards
Martin

3 Likes