⚠️ Status: Early Development — Not ready for production use. Production "users" table (1M rows): ┌────┬─────────┬──────────────┐ │ id │ name │ email │ ├────┼─────────┼──────────────┤ │ 1 │ Alice │ a@ ...
pgcopydb is a tool that automates running pg_dump | pg_restore between two running Postgres servers. To make a copy of a database to another server as quickly as possible, one would like to use the ...