Docker image to help with PostgreSQL major versions migration
Go to file
2024-12-05 16:59:05 +01:00
.gitignore Initial commit 2024-12-05 16:59:05 +01:00
build.sh Initial commit 2024-12-05 16:59:05 +01:00
Dockerfile Initial commit 2024-12-05 16:59:05 +01:00
README.md Initial commit 2024-12-05 16:59:05 +01:00

Docker migration helper

Test

docker run --rm --name testdb -e POSTGRES_PASSWORD=password -v $(pwd)/test-db:/var/lib/postgresql/data -it postgres:16