Bug 265341 - [NEW PORT] database/pgcopydb: Copy a Postgres database to a target Postgres server
Summary: [NEW PORT] database/pgcopydb: Copy a Postgres database to a target Postgres ...
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-20 14:07 UTC by Bryan Frimin
Modified: 2022-07-20 14:08 UTC (History)
0 users

See Also:
bryan: maintainer-feedback+


Attachments
0001-database-pgcopydb-initial-import.patch (3.68 KB, patch)
2022-07-20 14:07 UTC, Bryan Frimin
no flags Details | Diff
poudriere build log (89.65 KB, text/plain)
2022-07-20 14:08 UTC, Bryan Frimin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bryan Frimin 2022-07-20 14:07:22 UTC
Created attachment 235388 [details]
0001-database-pgcopydb-initial-import.patch

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.
Comment 1 Bryan Frimin 2022-07-20 14:08:38 UTC
Created attachment 235389 [details]
poudriere build log