From c4cd0c46da318c2f8bb67436af23b29af5155d56 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 2 Feb 2018 18:33:43 +0900 Subject: [PATCH] doc: add note about replication slots and PostgreSQL upgrades --- doc/upgrading-repmgr.sgml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/upgrading-repmgr.sgml b/doc/upgrading-repmgr.sgml index cbeb6a33..010b5cd1 100644 --- a/doc/upgrading-repmgr.sgml +++ b/doc/upgrading-repmgr.sgml @@ -84,7 +84,11 @@ For further details please see the pg_upgrade documentation. - + + If replication slots are in use, bear in mind these will not + be recreated by pg_upgrade. These will need to + be recreated manually. +