mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
3
HISTORY
3
HISTORY
@@ -5,9 +5,10 @@
|
|||||||
Bugfix: standby clone --force does not empty pg_xlog (Gianni)
|
Bugfix: standby clone --force does not empty pg_xlog (Gianni)
|
||||||
Bugfix: autofailover with reconnect_attempts > 1 (Gianni)
|
Bugfix: autofailover with reconnect_attempts > 1 (Gianni)
|
||||||
Bugfix: ignore comments after values (soxwellfb)
|
Bugfix: ignore comments after values (soxwellfb)
|
||||||
Bugfix: handle string values in 'node' parameter correctly(Gregory Duchatelet)
|
Bugfix: handle string values in 'node' parameter correctly (Gregory Duchatelet)
|
||||||
Allow repmgr to be compiled with a newer libpq (Marco)
|
Allow repmgr to be compiled with a newer libpq (Marco)
|
||||||
Bugfix: call update_node_record_set_upstream() for STANDBY FOLLOW (Tomas)
|
Bugfix: call update_node_record_set_upstream() for STANDBY FOLLOW (Tomas)
|
||||||
|
Update `repmgr --help` output (per Github report from renard)
|
||||||
|
|
||||||
3.0.1 2015-04-16
|
3.0.1 2015-04-16
|
||||||
Prevent repmgrd from looping infinitely if node was not registered (Ian)
|
Prevent repmgrd from looping infinitely if node was not registered (Ian)
|
||||||
|
|||||||
5
repmgr.c
5
repmgr.c
@@ -15,11 +15,11 @@
|
|||||||
* STANDBY FOLLOW
|
* STANDBY FOLLOW
|
||||||
* STANDBY PROMOTE
|
* STANDBY PROMOTE
|
||||||
*
|
*
|
||||||
|
* WITNESS CREATE
|
||||||
|
*
|
||||||
* CLUSTER SHOW
|
* CLUSTER SHOW
|
||||||
* CLUSTER CLEANUP
|
* CLUSTER CLEANUP
|
||||||
*
|
*
|
||||||
* WITNESS CREATE
|
|
||||||
*
|
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* 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 unregister - unregisters a standby in a cluster\n"));
|
||||||
printf(_(" standby promote - promotes a specific standby to master\n"));
|
printf(_(" standby promote - promotes a specific standby to master\n"));
|
||||||
printf(_(" standby follow - makes standby follow a new 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 show - displays information about cluster nodes\n"));
|
||||||
printf(_(" cluster cleanup - prunes or truncates monitoring history\n" \
|
printf(_(" cluster cleanup - prunes or truncates monitoring history\n" \
|
||||||
" (monitoring history creation requires repmgrd\n" \
|
" (monitoring history creation requires repmgrd\n" \
|
||||||
|
|||||||
Reference in New Issue
Block a user