ankane/pgsync
Sync data from one Postgres database to another observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 97
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3921
- days_rel: n/a
- days_push: 18
- n_releases_24m: 0
Adoption not part of the score
3468 stars · 219 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
pgsync is a Ruby command-line tool that syncs data from one Postgres database to another, similar to pg_dump/pg_restore. It transfers tables in parallel, supports partial and grouped table syncs, and includes safeguards to keep sensitive data from leaving the server.
Use cases
- sync data from one postgres database to another
- copy production data to a local development database
- sync specific tables or rows between postgres databases
- refresh staging database with production data safely
- sync a record and its related records across databases
- handle schema differences when syncing postgres data
When to choose
- you need fast, parallel data transfer between two Postgres databases
- you want to sync partial tables, filtered rows, or related record groups
- you need to avoid copying sensitive data off a server
- your databases may have slightly different schemas
When to avoid
- you need to sync between different database engines, not just Postgres
- you need continuous or real-time replication rather than one-off syncs
- you need to sync schema changes as the primary goal - use a migration tool
Facets
cli-tool · maturity active
database etl cli databases developer-tools cli postgresql data-sync pg-dump ruby database-utilities data-engineering macos linux docker
1 source
- readme: https://github.com/ankane/pgsync · fetched 2026-08-28 · 53905a42f1be
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ankane/pgsync | main | 76 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem