From d51704e2725ba52b6fbd7586898d1c9d08c569f0 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 4 Jul 2019 11:21:37 +0900 Subject: [PATCH] doc: update release notes --- doc/appendix-release-notes.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc/appendix-release-notes.xml b/doc/appendix-release-notes.xml index 5030268f..578d0465 100644 --- a/doc/appendix-release-notes.xml +++ b/doc/appendix-release-notes.xml @@ -57,6 +57,34 @@ Release 4.4 27 June, 2019 + + &repmgr; 4.4 is a major release. + + + For details on how to upgrade an existing &repmgr; instrallation, see + documentation section Upgrading a major version release. + + + If &repmgrd; is in use, a PostgreSQL restart is required; + in that case we suggest combining this &repmgr; upgrade with the next PostgreSQL + minor release, which will require a PostgreSQL restart in any case. + + + + + + On Debian-based systems, including Ubuntu, if using &repmgrd; + please ensure that in the file /etc/init.d/repmgrd, the parameter + REPMGRD_OPTS contains "--daemonize=false", e.g.: + +# additional options +REPMGRD_OPTS="--daemonize=false" + + + For further details, see repmgrd configuration on Debian/Ubuntu. + + + repmgr client enhancements