This commit is contained in:
cbbrowne 2016-10-31 13:14:18 -04:00
parent ec440bf509
commit 9ed17d58d4

View File

@ -26,6 +26,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i
* [pglookout](https://github.com/ohmu/pglookout) - Replication monitoring and failover daemon
* [repmgr](https://github.com/2ndQuadrant/repmgr) - Is an open-source tool suite to manage replication and failover in a cluster of PostgreSQL servers
* [Slony-I](http://slony.info) - A "master to multiple slaves" replication system with cascading and failover
* [SkyTools](https://github.com/markokr/skytools) - Replication tools, including PgQ, a queuing system, and Londiste, a replication system a bit simpler to manage than Slony.
### Backups
* [Barman](http://www.pgbarman.org/) - Backup and Recovery Manager for Postgres by 2ndQuadrant