From 867ebcb52d5b3f758add23ac68170bf9ccd478a1 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 28 Aug 2019 15:16:15 +0900 Subject: [PATCH] repmgr: note that --dry-run is not effective with "repmgr daemon status" --- repmgr-client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/repmgr-client.c b/repmgr-client.c index 8a77c5dc..eabccda0 100644 --- a/repmgr-client.c +++ b/repmgr-client.c @@ -1908,6 +1908,7 @@ check_cli_parameters(const int action) case NODE_SERVICE: case DAEMON_PAUSE: case DAEMON_UNPAUSE: + case DAEMON_STATUS: case DAEMON_START: case DAEMON_STOP: break;