mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 00:46:29 +00:00
Rename some "repmgr daemon ..." commands to "repmgr service ..."
"repmgr daemon" can be interpreted to mean the commands affect the local daemon process only. Rename the commands which affect the entire cluster to "repmgr service ...". The "repmgr daemon ..." form of the affected commands is retained for backwards compatibility.
This commit is contained in:
@@ -4782,7 +4782,7 @@ do_standby_switchover(void)
|
||||
log_warning(_("unable to unpause repmgrd on %i node(s)"),
|
||||
error_node_count);
|
||||
log_detail(_("errors encountered for following node(s):\n%s"), detail.data);
|
||||
log_hint(_("check node connection and status; unpause manually with \"repmgr daemon unpause\""));
|
||||
log_hint(_("check node connection and status; unpause manually with \"repmgr service unpause\""));
|
||||
|
||||
termPQExpBuffer(&detail);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user