From e762200a1231dc230a73bc17699c36dbeb80e43c Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 8 Dec 2020 13:31:21 +0900 Subject: [PATCH] doc: update README Link to recent-ish EDB blog article. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f543cccf..7c5aeb7d 100644 --- a/README.md +++ b/README.md @@ -99,3 +99,4 @@ Further reading * [repmgr documentation](https://repmgr.org/docs/current/index.html) * [How to Automate PostgreSQL 12 Replication and Failover with repmgr - Part 1](https://www.2ndquadrant.com/en/blog/how-to-automate-postgresql-12-replication-and-failover-with-repmgr-part-1/) * [How to Automate PostgreSQL 12 Replication and Failover with repmgr - Part 2](https://www.2ndquadrant.com/en/blog/how-to-automate-postgresql-12-replication-and-failover-with-repmgr-part-2/) +* [How to implement repmgr for PostgreSQL automatic failover](https://www.enterprisedb.com/postgres-tutorials/how-implement-repmgr-postgresql-automatic-failover)