File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ help_pg_probackup(void)
121121 printf (_ (" [--immediate] [--recovery-target-name=target-name]\n" ));
122122 printf (_ (" [--recovery-target-action=pause|promote|shutdown]\n" ));
123123 printf (_ (" [--restore-as-replica]\n" ));
124+ printf (_ (" [--no-validate]\n" ));
124125
125126 printf (_ ("\n %s validate -B backup-dir [--instance=instance_name]\n" ), PROGRAM_NAME );
126127 printf (_ (" [-i backup-id] [--progress]\n" ));
@@ -285,7 +286,6 @@ help_restore(void)
285286 printf (_ (" relocate the tablespace from directory OLDDIR to NEWDIR\n" ));
286287
287288 printf (_ (" --immediate end recovery as soon as a consistent state is reached\n" ));
288- printf (_ (" --no-validate disable backup validation during recovery\n" ));
289289 printf (_ (" --recovery-target-name=target-name\n" ));
290290 printf (_ (" the named restore point to which recovery will proceed\n" ));
291291 printf (_ (" --recovery-target-action=pause|promote|shutdown\n" ));
@@ -294,6 +294,7 @@ help_restore(void)
294294
295295 printf (_ (" -R, --restore-as-replica write a minimal recovery.conf in the output directory\n" ));
296296 printf (_ (" to ease setting up a standby server\n" ));
297+ printf (_ (" --no-validate disable backup validation during restore\n" ));
297298
298299 printf (_ ("\n Logging options:\n" ));
299300 printf (_ (" --log-level-console=log-level-console\n" ));
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ pg_probackup - utility to manage backup/recovery of PostgreSQL database.
5858 [--immediate] [--recovery-target-name=target-name]
5959 [--recovery-target-action=pause|promote|shutdown]
6060 [--restore-as-replica]
61+ [--no-validate]
6162
6263 pg_probackup validate -B backup-dir [--instance=instance_name]
6364 [-i backup-id] [--progress]
You can’t perform that action at this time.
0 commit comments