From 3fd421d8b8154b8fb01bf934ff7cffbd2253ee34 Mon Sep 17 00:00:00 2001 From: Omid Raha Date: Mon, 14 Mar 2016 12:44:03 +0330 Subject: [PATCH] Add `repmgr` to `HA` section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e03b54..0eca5a2 100644 --- a/README.md +++ b/README.md @@ -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