From 5e03627e6c9bcb758ad74ddb04d024e3641db0cf Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 7 May 2019 15:29:56 +0900 Subject: [PATCH] doc: update release notes --- HISTORY | 1 + doc/appendix-release-notes.sgml | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/HISTORY b/HISTORY index dc83bc70..84011813 100644 --- a/HISTORY +++ b/HISTORY @@ -3,6 +3,7 @@ repmgr: add "--siblings-follow" option to "standby promote" (Ian) repmgr: improve "--dry-run" behaviour for "standby promote" and "standby switchover" (Ian) + repmgrd: monitor standbys attached to primary (Ian) 4.3.1 2019-??-?? repmgr: ensure BDR2-specific functionality cannot be used on diff --git a/doc/appendix-release-notes.sgml b/doc/appendix-release-notes.sgml index c6876fcc..2cd5e804 100644 --- a/doc/appendix-release-notes.sgml +++ b/doc/appendix-release-notes.sgml @@ -57,6 +57,27 @@ + + repmgrd enhancements + + + + + + On the primary node, &repmgrd; is now able to monitor standby connections and, + if the number of nodes connected falls below a certain (configurable) value, + execute a custom script. + + + See section Monitoring standby disconnections on the primary node + for more details. + + + + + + +