Fork me on GitHub
#devops
<
2016-09-15
>
andrewtropin11:09:52

@jakemcc What is a proper way to apply migrations for database? Running "java -jar app.jar migrate" on one of the docker containers?

jakemcc14:09:45

@andrewtropin I used to do it that way. Then I moved to having the app run migrations on start-up and life got easier.

andrewtropin18:09:23

ok, thanks a lot for advice