From 46100a95491e03f020a966097f5134746cb96c79 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 12 Aug 2015 12:26:27 +0900 Subject: [PATCH] "Supports 9.3 and 9.4" -> "Supports 9.3 and later" In case anyone thinks it might not run on 9.5. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c280520b..73703734 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ hot-standby capabilities with tools to set up standby servers, monitor replication, and perform administrative tasks such as failover or manual switchover operations. -This document covers `repmgr 3`, which supports PostgreSQL 9.4 and 9.3. +This document covers `repmgr 3`, which supports PostgreSQL 9.3 and later. This version can use `pg_basebackup` to clone standby servers, supports replication slots and cascading replication, doesn't require a restart after promotion, and has many usability improvements. @@ -53,7 +53,7 @@ on any UNIX-like system which PostgreSQL itself supports. All nodes must be running the same major version of PostgreSQL, and we recommend that they also run the same minor version. This version of -`repmgr` (v3) supports PostgreSQL 9.3 and 9.4. +`repmgr` (v3) supports PostgreSQL 9.3 and later. Earlier versions of `repmgr` needed password-less SSH access between nodes in order to clone standby servers using `rsync`. `repmgr 3` can