We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9d02e commit 025dc07Copy full SHA for 025dc07
src/pg_probackup.c
@@ -323,7 +323,7 @@ main(int argc, char *argv[])
323
}
324
325
/* Option --instance is required for all commands except init and show */
326
- if (backup_subcmd != INIT && backup_subcmd != SHOW)
+ if (backup_subcmd != INIT && backup_subcmd != SHOW && backup_subcmd != VALIDATE)
327
{
328
if (instance_name == NULL)
329
elog(ERROR, "required parameter not specified: --instance");
0 commit comments