markdown Liquibase:等待更改日志锁...

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Liquibase:等待更改日志锁...相关的知识,希望对你有一定的参考价值。

(Tip taken from this [link](https://openspecimen.atlassian.net/wiki/spaces/CAT/pages/98074625/How+to+solve+liquibase+Waiting+for+changelog+lock+.)

This error occurs if liquibase does not exit cleanly, the lock row may be left as locked. This might due to stopping or killing the tomcat before liquibase releases the lock.

**Resolution:**
Execute the below SQL to clear the lock
```
UPDATE DATABASECHANGELOGLOCK SET LOCKED = 0;
```

以上是关于markdown Liquibase:等待更改日志锁...的主要内容,如果未能解决你的问题,请参考以下文章

如何使用 jar 文件中的 Liquibase 更改日志

Liquibase 根据表名前缀在 db 上生成更改日志

liquibase diffchange 日志问题重复更改集

Liquibase 对 sql 中所有更改日志文件的先决条件

sql 当Liquibase因取消运行而无法获取更改日志时

Liquibase 无法找到用于 4.0 及更高版本的集成测试的更改日志文件