Skip to content

Releases: traktuner/docker-pgupgrade-go

0.1.2

12 Mar 11:10
36f91f3
Compare
Choose a tag to compare

0.1.2

Dependency updates

What's Changed

Full Changelog: 0.1.1...0.1.2

0.1.1

06 Dec 13:15
6838eee
Compare
Choose a tag to compare

go dependency update

0.1

04 Nov 19:49
d23d3d8
Compare
Choose a tag to compare
0.1

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.