Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 390 Bytes

File metadata and controls

15 lines (11 loc) · 390 Bytes

pg-migration-tool

Textual terminal app for automated postgres database automation using pg_dump, pg_restore and schema validation.

How to run

docker run -v /mnt/data:/tmp --pull=always -it klar-mx/pg-migration-tool:latest

or

poetry run python pg_migration_tool/main.py

image