@jakemcc What is a proper way to apply migrations for database? Running "java -jar app.jar migrate" on one of the docker containers?
@andrewtropin I used to do it that way. Then I moved to having the app run migrations on start-up and life got easier.
ok, thanks a lot for advice