From 57215a8bd755a401651c25ecfcd948c9c8afb065 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 25 Aug 2017 23:07:17 +0900 Subject: [PATCH] Add --help output for "standby clone" --- repmgr-action-standby.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/repmgr-action-standby.c b/repmgr-action-standby.c index 6308fdb5..26527f4d 100644 --- a/repmgr-action-standby.c +++ b/repmgr-action-standby.c @@ -4245,6 +4245,15 @@ do_standby_help(void) printf(_("STANDBY CLONE\n")); puts(""); printf(_(" \"standby clone\" clones a standby from the primary or an upstream node.\n")); + printf(_(" -c, --fast-checkpoint force fast checkpoint\n")); + printf(_(" --copy-external-config-files[={samepath|pgdata}]\n" \ + " copy configuration files located outside the \n" \ + " data directory to the same path on the standby (default) or to the\n" \ + " PostgreSQL data directory\n")); + printf(_(" --no-upstream-connection when using Barman, do not connect to upstream node\n")); + printf(_(" --upstream-conninfo 'primary_conninfo' value to write in recovery.conf\n" \ + " when the intended upstream server does not yet exist\n")); + puts(""); printf(_("STANDBY REGISTER\n"));