pgsync
Data synchronizer
A tool that synchronizes data between two Postgres databases while preserving schema and security.
Sync data from one Postgres database to another
3k stars
37 watching
202 forks
Language: Ruby
last commit: 3 months ago
Linked from 2 awesome lists
postgresql
Related projects:
Repository | Description | Stars |
---|---|---|
dimitri/pgloader | Tools for migrating data from various sources to PostgreSQL using the COPY command | 5,507 |
pgbackrest/pgbackrest | A reliable backup and restore solution for large PostgreSQL databases using parallel processing and efficient compression algorithms. | 2,695 |
sosedoff/pgweb | A cross-platform client for PostgreSQL databases written in Go. | 8,678 |
crunchydata/postgres-operator | Automates management of production-grade PostgreSQL clusters on Kubernetes | 3,986 |
ankane/pghero | A performance monitoring tool for Postgres databases | 8,223 |
pgmodeler/pgmodeler | A graphical tool for designing and managing PostgreSQL databases | 3,147 |
shayonj/pg-osc | Tool for making schema changes in PostgreSQL with minimal locks to achieve zero downtime updates. | 554 |
dimitri/pgcopydb | Automates copying of databases between Postgres servers with parallel processing and streaming capabilities. | 1,216 |
djrobstep/migra | A tool for managing and comparing changes to PostgreSQL schemas in an automated and testable way | 2,930 |
dalibo/pg_activity | A command line tool for monitoring activity on PostgreSQL servers. | 2,493 |
wal-g/wal-g | An archival and restoration tool for databases in the cloud | 3,358 |
salsita/node-pg-migrate | Manages database migrations for PostgreSQL using a migration scripting language and a command-line tool. | 1,303 |
yandex/pgmigrate | A tool to manage and automate changes to a PostgreSQL database schema | 633 |
the4thdoctor/pg_chameleon | Replicates data from MySQL to PostgreSQL using Python | 385 |