macOS
brew install pgsynclocal Homebrew formula metadata
brew / Rang 5647
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für pgsync in AI-Agent-Workflows.
Installation
brew install pgsynclocal Homebrew formula metadata
nix profile install nixpkgs#pgsyncnixpkgs package indexes · pkgs/by-name/pg/pgsync/package.nix · Quelle: api.github.com
Überblick
Sync Postgres data between databases
Verlauf
pgsync is a Ruby-based command-line utility for synchronizing PostgreSQL data between databases with parallel transfer, selective copying, safety controls, and data masking.
Andrew Kane released pgsync in December 2015 as a Ruby command-line tool inspired by heroku-pg-transfer.
It evolved from basic database copying into a parallel synchronization tool with partial-table selection, schema operations, resumable batching, framework integrations, safety restrictions, and server-side sensitive-data transformations.
The official README describes pgsync as battle-tested at Instacart.
The tool is distributed through RubyGems, Homebrew, Docker, and Nix, and its changelog records continued compatibility work across Ruby, PostgreSQL, and packaging environments.
Running `pgsync --init` in a project creates `.pgsync.yml`; named database configurations use `.pgsync-<database>.yml`. Commands search from the working directory through parent directories for configuration.
Users can synchronize all data, selected tables, filtered records, or named groups; optionally preserve or truncate destination rows, transfer schemas, defer constraints, and resume large append-only backfills.
Data rules can replace or null sensitive fields on the source server, and the destination is restricted to localhost by default unless explicitly marked safe.
pgsync occupies the practical middle ground between full database dumps and application-specific seed scripts: it can copy selected tables, filtered rows, and related record groups while handling schema differences.
Its server-side data rules are especially significant for developers who need production-like local datasets without allowing sensitive values to leave the source database.
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.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.pgsync.ymlCredential-bearing paths to review before unattended agent runs.
.pgsync.yml.pgsync-<database>.yml.pgsync.yml.pgsync-<database>.ymlExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
pgsync | 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/ankane/pgsync
Installationsmetadaten
| Paketschlüssel | brew:pgsync |
|---|---|
| Version | 0.8.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/pgsync |
| Homepage | https://github.com/ankane/pgsync |
| Repository | https://github.com/ankane/pgsync |
| Lizenz | MIT |
| Quellarchiv | https://github.com/ankane/pgsync/archive/refs/tags/v0.8.1.tar.gz |
| Zuletzt aktualisiert | 2026-09-13T11:35:57Z |
| Pulse | updated |
| Abhängigkeiten | libpq, ruby |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | pgsync |
| Version Scheme | 0 |
| Revision | 1 |
| 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.
pgsync
nix profile install nixpkgs#pgsyncQuellspur
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.