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 126db4a commit a98bc4eCopy full SHA for a98bc4e
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 && backup_subcmd != VALIDATE)
+ if (backup_subcmd != INIT && backup_subcmd != SHOW)
327
{
328
if (instance_name == NULL)
329
elog(ERROR, "required parameter not specified: --instance");
0 commit comments