diff --git a/doc/appendix-release-notes.sgml b/doc/appendix-release-notes.sgml index 5c9e56b6..4931b0c7 100644 --- a/doc/appendix-release-notes.sgml +++ b/doc/appendix-release-notes.sgml @@ -29,6 +29,31 @@ repmgr client enhancements + + + + &repmgr;: when executing repmgr standby switchover, + if is not supplied, list all nodes which repmgr considers + to be siblings (this will include the witness server, if in use), and + which will remain attached to the old primary. + + + + + + &repmgr;: when executing repmgr standby switchover, + ignore nodes which are unreachable and marked as inactive. + Previously it would abort if any node was unreachable, + as that means it was unable to check if repmgrd is running. + + + However if the node has been marked as inactive in the repmgr metadata, it's + reasonable to assume the node is no longer part of the replication cluster + and does not need to be checked. + + + + @@ -64,7 +89,8 @@ - &repmgr;: when executing repmgr standby switchover, don't abort if one or more nodes are not reachable and + &repmgr;: when executing repmgr standby switchover, + don't abort if one or more nodes are not reachable and they are marked as inactive.