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)
265265 printf (_ (" [--timeline=timeline] [-T OLDDIR=NEWDIR]\n" ));
266266 printf (_ (" [--immediate] [--recovery-target-name=target-name]\n" ));
267267 printf (_ (" [--recovery-target-action=pause|promote|shutdown]\n" ));
268- printf (_ (" [--restore-as-replica]\n\n" ));
268+ printf (_ (" [--restore-as-replica] [--no-validate] \n\n" ));
269269
270270 printf (_ (" -B, --backup-path=backup-path location of the backup storage area\n" ));
271271 printf (_ (" --instance=instance_name name of the instance\n" ));
@@ -282,6 +282,7 @@ help_restore(void)
282282 printf (_ (" relocate the tablespace from directory OLDDIR to NEWDIR\n" ));
283283
284284 printf (_ (" --immediate end recovery as soon as a consistent state is reached\n" ));
285+ printf (_ (" --no-validate disable backup validation during recovery\n" ));
285286 printf (_ (" --recovery-target-name=target-name\n" ));
286287 printf (_ (" the named restore point to which recovery will proceed\n" ));
287288 printf (_ (" --recovery-target-action=pause|promote|shutdown\n" ));
You can’t perform that action at this time.
0 commit comments