mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
"standby switchover": update hint
This commit is contained in:
@@ -3488,8 +3488,7 @@ x */
|
|||||||
if (runtime_options.force_rewind == false)
|
if (runtime_options.force_rewind == false)
|
||||||
{
|
{
|
||||||
log_error(_("new primary diverges from former primary and --force-rewind not provided"));
|
log_error(_("new primary diverges from former primary and --force-rewind not provided"));
|
||||||
/* TODO: "repmgr node rejoin" example, when available */
|
log_hint(_("the former primary will need to be restored manually, or use \"repmgr node rejoin\""));
|
||||||
log_hint(_("the former primary will need to be restored manually"));
|
|
||||||
termPQExpBuffer(&node_rejoin_options);
|
termPQExpBuffer(&node_rejoin_options);
|
||||||
PQfinish(local_conn);
|
PQfinish(local_conn);
|
||||||
exit(ERR_SWITCHOVER_FAIL);
|
exit(ERR_SWITCHOVER_FAIL);
|
||||||
|
|||||||
Reference in New Issue
Block a user