pgcopydb - Automate pg_dump | pg_restore between two running Postgres servers
| Website: | https://github.com/dimitri/pgcopydb |
|---|---|
| License: | PostgreSQL |
| Vendor: | PostgreSQL Global Development Group |
- Description:
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 parallel options of pg_dump and still be able to stream the data to as many pg_restore jobs.
Packages
| pgcopydb-0.15-1PGDG.rhel7.x86_64 [233 KiB] |
Changelog
by Devrim Gündüz (2024-02-05):
- Update to 0.15 |
| pgcopydb-0.13-1PGDG.rhel7.x86_64 [202 KiB] |
Changelog
by Devrim Gündüz (2023-09-08):
- Update to 0.13 |
| pgcopydb-0.12-1PGDG.rhel7.x86_64 [191 KiB] |
Changelog
by Devrim Gündüz (2023-07-23):
- Update to 0.12 - Add PGDG branding |
| pgcopydb-0.11-1.rhel7.x86_64 [174 KiB] |
Changelog
by Devrim Gündüz (2023-05-22):
- Update to 0.11 |