Hi,
Currently I try to understand how to handle database schema upgrades on dockerized applications.
Because initialize a datavolumes works well with an application with bigger database schemas but what happens when there is a version change and a database upgrade?
How do you manage that? Running an own “bootstrap container”? Or run the bootstrap on every start of your application?
I don’t see any other way but may you? Would be nice if you share your experience with those problems
Best regards