macOS
brew install pgcopydblocal Homebrew formula metadata
安装
brew install pgcopydblocal Homebrew formula metadata
sudo apt install pgcopydbDebian stable package indexes · pgcopydb · 来源: deb.debian.org
nix profile install nixpkgs#pgcopydbnixpkgs package indexes · pkgs/by-name/pg/pgcopydb/package.nix · 来源: api.github.com
概览
Copy a Postgres database to a target Postgres server
历史
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.
安全态势
broad file, network, media, or database tool signal.
blue 风险 · 中 置信度 · tool
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
pgcopydb | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/dimitri/pgcopydb
安装元数据
| 软件包键 | brew:pgcopydb |
|---|---|
| 版本 | 0.18 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/pgcopydb |
| 主页 | https://github.com/dimitri/pgcopydb |
| 仓库 | https://github.com/dimitri/pgcopydb |
| 许可证 | PostgreSQL |
| 源码归档 | https://github.com/dimitri/pgcopydb/archive/refs/tags/v0.18.tar.gz |
| 最后更新 | 2026-09-13T11:25:59Z |
| Pulse | updated |
| 依赖 | bdw-gc, libpq |
| 构建依赖 | sphinx-doc |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
| 注意事项 | 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. |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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 pgcopydb来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.