How to unlock Liquibase

when running the app,
I see: waiting for changelog lock
I have no idea, how it came to that lock.

jmix.liquibase.enabled application property to false helps,
but it does not resolve the lock.

I could read on the Liquibase web pages, that a table entry could be change to unlock again.
But, how to do that in the JMIX Liquibase implementation?

Regards
Roland

Hi,

got a solution for me:
just deleted the lock row from table DATABASECHANGELOGLOCK

3 Likes