mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 08:06:29 +00:00
5
repmgr.c
5
repmgr.c
@@ -15,11 +15,11 @@
|
||||
* STANDBY FOLLOW
|
||||
* STANDBY PROMOTE
|
||||
*
|
||||
* WITNESS CREATE
|
||||
*
|
||||
* CLUSTER SHOW
|
||||
* CLUSTER CLEANUP
|
||||
*
|
||||
* WITNESS CREATE
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
@@ -2381,6 +2381,7 @@ help(const char *progname)
|
||||
printf(_(" standby unregister - unregisters a standby in a cluster\n"));
|
||||
printf(_(" standby promote - promotes a specific standby to master\n"));
|
||||
printf(_(" standby follow - makes standby follow a new master\n"));
|
||||
printf(_(" witness create - creates a new witness server\n"));
|
||||
printf(_(" cluster show - displays information about cluster nodes\n"));
|
||||
printf(_(" cluster cleanup - prunes or truncates monitoring history\n" \
|
||||
" (monitoring history creation requires repmgrd\n" \
|
||||
|
||||
Reference in New Issue
Block a user