Search code examples
liquibase

"Waiting for change log lock..." in liquibase while databasechangeloglock is empty


I accidentally interrupted applying of liquibase script. Now I get message

Waiting for change log lock...

Table databasechangeloglock is empty. Also I tried to add row 1 false (null) (null), but it didn't help.


Solution

  • I found problem. Lock was in databasechangloglock table in default postgresql database named "postgres".