diff --git a/HISTORY b/HISTORY index f54c33bd..79e08d8e 100644 --- a/HISTORY +++ b/HISTORY @@ -8,7 +8,9 @@ repmgr: report error code on follow/rejoin failure due to non-available replication slot (Ian) repmgr: ensure "node rejoin" checks for available replication slots (Ian) - repmgr: improve "standby switchover" completion checks + repmgr: improve "standby switchover" completion checks (Ian) + repmgr: add replication configuration file ownership check to + "standby switchover" (Ian) 5.0 2019-10-15 general: add PostgreSQL 12 support (Ian) diff --git a/doc/appendix-release-notes.xml b/doc/appendix-release-notes.xml index 1fea8d54..6ce2a376 100644 --- a/doc/appendix-release-notes.xml +++ b/doc/appendix-release-notes.xml @@ -19,7 +19,7 @@ Release 5.1.0 - ?? ?? ??, 20?? + ?? ?? ??, 2020 &repmgr; 5.1.0 is a major release. @@ -55,6 +55,15 @@ Improve logging and checking of potential failure situations. + + + repmgr standby switchover: + Replication configuration files (PostgreSQL 11 and earlier: + recovery.conf; PostgreSQL 12 and later: postgresql.auto.conf) + will be checked to ensure they are owned by the same user who owns the PostgreSQL + data directory. + +