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 025dc07 commit 615c94cCopy full SHA for 615c94c
src/restore.c
@@ -106,6 +106,9 @@ do_restore_or_validate(time_t target_backup_id,
106
elog(ERROR, "restore destination is not empty: \"%s\"", pgdata);
107
}
108
109
+ if (instance_name == NULL)
110
+ elog(ERROR, "required parameter not specified: --instance");
111
+
112
rt = parseRecoveryTargetOptions(target_time, target_xid, target_inclusive);
113
114
elog(LOG, "%s begin.", action);
0 commit comments