Commit 529bb16
authored
feat: Add option to dump and load database snapshots, while keeping (#1873)
relationships on foreign tables.
* Replace direct DB-to-DB migration with snapshot (dump to tar.gz) and restore
(load from archive) subcommands, using CSV serialization and SpooledTemporaryFile
for memory-efficient streaming.1 parent 8fe3e91 commit 529bb16
2 files changed
Lines changed: 285 additions & 155 deletions
0 commit comments