mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
node service: enable provision of the -S/--superuser option
This is required to be able to execute a CHECKPOINT if the normal repmgr user is not a superuser.
This commit is contained in:
@@ -1692,6 +1692,7 @@ check_cli_parameters(const int action)
|
||||
{
|
||||
case STANDBY_CLONE:
|
||||
case NODE_CHECK:
|
||||
case NODE_SERVICE:
|
||||
break;
|
||||
default:
|
||||
item_list_append_format(&cli_warnings,
|
||||
|
||||
Reference in New Issue
Block a user