Flyway concurrent migration

此生再无相见时 提交于 2019-12-10 02:39:43

问题


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 ?


回答1:


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



来源:https://stackoverflow.com/questions/27914833/flyway-concurrent-migration

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!