From 10304a1a3b065e61db491bbdaf03bd2d7a2e9719 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 4 Mar 2020 17:19:44 +0900 Subject: [PATCH] doc: update release notes --- HISTORY | 4 +++- doc/appendix-release-notes.xml | 11 ++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) 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. + +