From 7654dd615b29b1dc2418748db86556b75c49d4d4 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 29 Jan 2019 13:10:41 +0900 Subject: [PATCH] Finalize "daemon (start|stop)" commands Implements GitHub #528. --- HISTORY | 1 + doc/appendix-release-notes.sgml | 24 ++++++++++++++++++++---- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/HISTORY b/HISTORY index c681bc50..74207f6d 100644 --- a/HISTORY +++ b/HISTORY @@ -1,4 +1,5 @@ 4.3 2019-?? + repmgr: add "daemon (start|stop)" command; GitHub #528 (Ian) repmgr: add --version-number command line option (Ian) repmgr: add --terse option to "cluster show"; GitHub #521 (Ian) repmgr: add --dry-run option to "standby promote"; GitHub #522 (Ian) diff --git a/doc/appendix-release-notes.sgml b/doc/appendix-release-notes.sgml index 1defe51d..6d7ce39c 100644 --- a/doc/appendix-release-notes.sgml +++ b/doc/appendix-release-notes.sgml @@ -17,7 +17,7 @@ Release 4.3 - ???, 2019 + Feb ???, 2019 &repmgr; 4.3 is a major release. @@ -48,9 +48,25 @@ + + + New commands repmgr daemon start and + repmgr daemon stop: + these provide a standardized way of starting and stopping repmgrd. + GitHub #528. + + + + For these commands to work reliably, the configuration file settings + repmgrd_service_start_command and repmgrd_service_stop_command + should be set in repmgr.conf. + + + + - Add to repmgr cluster show (GitHub #521). + Add option to repmgr cluster show (GitHub #521). This makes it easier to copy the output into emails, chats etc. as a compact table. @@ -101,7 +117,7 @@ &repmgr;: when executing repmgr standby switchover, prevent escaping issues with connection URIs when executing repmgr node rejoin - on the demotion candidate (GitHub #525). + on the demotion candidate. GitHub #525. @@ -114,7 +130,7 @@ - + 2