From 12491c6aa1c5f1e82a7de56b3233d680b37aa263 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 30 Aug 2019 11:51:11 +0900 Subject: [PATCH] doc: add note about starting/stopping repmgrd on individual nodes --- doc/repmgrd-operation.xml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/doc/repmgrd-operation.xml b/doc/repmgrd-operation.xml index 8b259dfd..c6bb25ca 100644 --- a/doc/repmgrd-operation.xml +++ b/doc/repmgrd-operation.xml @@ -6,9 +6,9 @@ operation - + - Pausing repmgrd + Pausing the repmgrd service repmgrd @@ -183,9 +183,15 @@ NOTICE: node 3 (node3) unpaused - repmgr service pause and - repmgr service unpause - do not stop/start &repmgrd;. + repmgr service pause and + repmgr service unpause + do not start/stop &repmgrd;. + + + The commands repmgr daemon start + and repmgr daemon stop + (if correctly configured) can be used to start/stop + &repmgrd; on individual nodes.