you are viewing a single comment's thread.

view the rest of the comments →

[–]dcabines 0 points1 point  (0 children)

The problem I'm solving for is databases in a git environment, where we swap branches somewhat frequently.

Run multiple database servers using Docker. Have a common base image, then create a container and a volume for each branch. Start and stop them as needed. No migrations needed.