macOS
brew install pgcopydblocal Homebrew formula metadata
brew / Rang 6388
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für pgcopydb in AI-Agent-Workflows.
Installation
brew install pgcopydblocal Homebrew formula metadata
sudo apt install pgcopydbDebian stable package indexes · pgcopydb · Quelle: deb.debian.org
nix profile install nixpkgs#pgcopydbnixpkgs package indexes · pkgs/by-name/pg/pgcopydb/package.nix · Quelle: api.github.com
Überblick
Copy a Postgres database to a target Postgres server
Verlauf
pgcopydb is a PostgreSQL migration utility that copies a database between servers using parallel and streaming techniques, with optional change data capture to reduce cutover downtime.
Dimitri Fontaine created pgcopydb to automate fast PostgreSQL-to-PostgreSQL database copies while bypassing intermediate table-data files. The project later expanded beyond its base-copy workflow into change data capture, comparison, filtering, and extension-aware migration.
Version 0.8 introduced the --follow change-data-capture workflow in 2022. Subsequent releases refined logical decoding, same-table concurrency, internal job coordination, resumability, and migration reliability.
pgcopydb is distributed through Homebrew, Debian, Ubuntu, and Nix packaging channels. Its documentation also describes tagged container images, supporting use in repeatable migration environments.
Operators set source and target PostgreSQL connection URIs and run pgcopydb clone, optionally tuning table and index worker counts. Advanced workflows use exported snapshots and --follow to replay changes made during the base copy.
pgcopydb occupies the practical space between a simple pg_dump/pg_restore pipeline and a full migration platform. It is notable for combining parallel COPY, concurrent index creation, resumable internal catalogs, and optional logical-decoding-based change capture in one command-line package.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
pgcopydb | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/dimitri/pgcopydb
Installationsmetadaten
| Paketschlüssel | brew:pgcopydb |
|---|---|
| Version | 0.18 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/pgcopydb |
| Homepage | https://github.com/dimitri/pgcopydb |
| Repository | https://github.com/dimitri/pgcopydb |
| Lizenz | PostgreSQL |
| Quellarchiv | https://github.com/dimitri/pgcopydb/archive/refs/tags/v0.18.tar.gz |
| Zuletzt aktualisiert | 2026-09-13T11:25:59Z |
| Pulse | updated |
| Abhängigkeiten | bdw-gc, libpq |
| Build-Abhängigkeiten | sphinx-doc |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
| Einschränkungen | Pgcopydb searches for PostgreSQL command-line tools in your system's PATH environment variable. To use a specific PostgreSQL version's command-line tools, ensure they are accessible in your PATH. When no PostgreSQL tools are found in PATH, pgcopydb defaults to using the command-line tools provided by the libpq formula. |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | pgcopydb |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
pgcopydb 0.17-1
Copy an entire PostgreSQL database from source to target
https://github.com/dimitri/pgcopydb
sudo apt install pgcopydbpgcopydb
nix profile install nixpkgs#pgcopydbpgcopydb 0.15-1
Copy an entire PostgreSQL database from source to target
https://github.com/dimitri/pgcopydb
sudo apt install pgcopydbQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.