Comment on Race-condition-free deployment with the "symlink replacement" trickparentComments−ibotty13yyou are certainly right. db schema updates are the hard part.for db schema updates: have a look at sqitch by postgres' david wheeler. it should also support mysql (or will in the future).
Comments
you are certainly right. db schema updates are the hard part.
for db schema updates: have a look at sqitch by postgres' david wheeler. it should also support mysql (or will in the future).