File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ help_restore(void)
265
265
printf (_ (" [--timeline=timeline] [-T OLDDIR=NEWDIR]\n" ));
266
266
printf (_ (" [--immediate] [--recovery-target-name=target-name]\n" ));
267
267
printf (_ (" [--recovery-target-action=pause|promote|shutdown]\n" ));
268
- printf (_ (" [--restore-as-replica]\n\n" ));
268
+ printf (_ (" [--restore-as-replica] [--no-validate] \n\n" ));
269
269
270
270
printf (_ (" -B, --backup-path=backup-path location of the backup storage area\n" ));
271
271
printf (_ (" --instance=instance_name name of the instance\n" ));
@@ -282,6 +282,7 @@ help_restore(void)
282
282
printf (_ (" relocate the tablespace from directory OLDDIR to NEWDIR\n" ));
283
283
284
284
printf (_ (" --immediate end recovery as soon as a consistent state is reached\n" ));
285
+ printf (_ (" --no-validate disable backup validation during recovery\n" ));
285
286
printf (_ (" --recovery-target-name=target-name\n" ));
286
287
printf (_ (" the named restore point to which recovery will proceed\n" ));
287
288
printf (_ (" --recovery-target-action=pause|promote|shutdown\n" ));
You can’t perform that action at this time.
0 commit comments