Skip to content

0.1

Compare
Choose a tag to compare
@traktuner traktuner released this 04 Nov 19:49
· 17 commits to master since this release
d23d3d8

Initial release

This tool adds basic functionality to migrate an "old" postgres docker container to a "new" container.
Mainly this has to be done for postgres major upgrades since postgres containers have no auto-upgrade functionality (yet).
The tools queries the running containers, asks which container should be migrated, asks for username+password for the database and then asks where it should migrate the database to (the new container has to be running already).
Then it dumps the database and imports it to the new container.