Releases: traktuner/docker-pgupgrade-go
Releases · traktuner/docker-pgupgrade-go
0.1.2
0.1.2
Dependency updates
What's Changed
- Update actions/upload-artifact action to v4 by @renovate in #7
- Update actions/setup-go action to v5 by @renovate in #6
- Update dependency go to v1.21.6 by @renovate in #8
- Update dependency go to v1.21.7 by @renovate in #9
- Update dependency go to v1.22.0 by @renovate in #10
- Update dependency go to v1.22.1 by @renovate in #11
Full Changelog: 0.1.1...0.1.2
0.1.1
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.