Restoring a legacy database in a Docker container and preparing it for Flyway schema migrations
As if dockerizing a software project isn't hard enough, it is also challenging to actually make the transition from running a non-dockerized application to run it in a Docker container. This is especially the case, [...]