diff --git a/doc/appendix-release-notes.xml b/doc/appendix-release-notes.xml index fea46695..740c5f67 100644 --- a/doc/appendix-release-notes.xml +++ b/doc/appendix-release-notes.xml @@ -19,6 +19,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