1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-01-24 11:26:12 +02:00

Merge pull request #79 from omidraha/patch-1

Add `repmgr` to `HA` section
This commit is contained in:
Lukas Fittl 2016-03-14 16:58:23 -07:00
commit f1563c3d33

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