Add repmgr to HA section

This commit is contained in:
Omid Raha 2016-03-14 12:44:03 +03:30
parent f9c16179d6
commit 3fd421d8b8

View File

@ -19,6 +19,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i
###High-Availability
* [Patroni](https://github.com/zalando/patroni) - A template for PostgreSQL HA with ZooKeeper or etcd
* [repmgr](https://github.com/2ndQuadrant/repmgr) - Is an open-source tool suite to manage replication and failover in a cluster of PostgreSQL servers.
### Backups
* [wal-e](https://github.com/wal-e/wal-e) - Simple Continuous Archiving for Postgres to S3, Azure, or Swift by Heroku