[Bug 265341] [NEW PORT] database/pgcopydb: Copy a Postgres database to a target Postgres server

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 20 Jul 2022 14:07:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265341

            Bug ID: 265341
           Summary: [NEW PORT] database/pgcopydb:  Copy a Postgres
                    database to a target Postgres server
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: bryan@frimin.fr

Created attachment 235388
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=235388&action=edit
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.