devops

andrewtropin 2016-09-15T11:10:52.000011Z

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

jakemcc 2016-09-15T14:29:45.000013Z

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

andrewtropin 2016-09-15T18:34:23.000014Z

ok, thanks a lot for advice