Flyway concurrent migration

2019-04-29 13:45发布

We are having many projects running on many servers looking up into one database, we"re thinking to setup Flyway to every project for control our database structure.

But we are worrying about concurrent migration problem, if some projects re-deploy in sametime.( Off-coures, we always take care the "If exist" things in sql syntax )

How Flyway work when concurrent change on same data table or other struture things ?

标签: flyway
1条回答
叛逆
2楼-- · 2019-04-29 14:34

It works as expected. See the answer in the FAQ: http://flywaydb.org/documentation/faq.html#parallel

查看更多
登录 后发表回答