From 9df1731fb8faed213df43f90fd5ae94e04a83074 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 15 Apr 2020 14:50:51 +0900 Subject: [PATCH] doc: update release notes --- HISTORY | 4 ++++ doc/appendix-release-notes.xml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/HISTORY b/HISTORY index acaf65f8..1dc8c23d 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,7 @@ +5.2.0 2020-??-?? + repmgr: improve database connection failure error checking on the + demotion candidate during "standby switchover" (Ian) + 5.1.0 2020-04-13 repmgr: remove BDR 2.x support repmgr: don't query upstream's data directory (Ian) diff --git a/doc/appendix-release-notes.xml b/doc/appendix-release-notes.xml index df3c9b8f..5e331ebf 100644 --- a/doc/appendix-release-notes.xml +++ b/doc/appendix-release-notes.xml @@ -17,6 +17,36 @@ + + Release 5.2.0 + ??? ?? ???, 2020 + + + &repmgr; 5.2.0 is a major release. + + + + General improvements + + + + + repmgr standby switchover: + Improve sanity check failure log output from the demotion candidate. + + + If database connection configuration is not consistent across all nodes, it's + possible remote &repmgr; invocations (e.g. during switchover, from the promotion candidate + to the demotion candidate) will not be able to connect to the database. This will + now be explicitly reported as a database connection failure, rather than as a failure + of the respective sanity check. + + + + + + + Release 5.1.0 Mon 13 April, 2020