From 9976e646cd900cb3558044d3f39342ba6f822ce1 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 23 Oct 2019 13:45:34 +0900 Subject: [PATCH] doc: update README --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c64ce894..16987d22 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,14 @@ replication capabilities with utilities to set up standby servers, monitor replication, and perform administrative tasks such as failover or switchover operations. -`repmgr 4` is a complete rewrite of the existing `repmgr` codebase, allowing -the use of all of the latest features in PostgreSQL replication. - -PostgreSQL 11, 10, 9.6 and 9.5 are fully supported. +PostgreSQL 12, 11, 10, 9.6 and 9.5 are fully supported. PostgreSQL 9.4 and 9.3 are supported, with some restrictions. `repmgr` is distributed under the GNU GPL 3 and maintained by 2ndQuadrant. ### BDR support -`repmgr 4` supports monitoring of a two-node BDR 2.0 cluster on PostgreSQL 9.6 +`repmgr` supports monitoring of a two-node BDR 2.0 cluster on PostgreSQL 9.6 only. Note that BDR 2.0 is not publicly available; please contact 2ndQuadrant for details.