File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ pg_probackup - utility to manage backup/recovery of PostgreSQL database.
5050 [--master-db=db_name] [--master-host=host_name]
5151 [--master-port=port] [--master-user=user_name]
5252 [--replica-timeout=timeout]
53+ [--skip-block-validation]
5354
5455 pg_probackup restore -B backup-path --instance=instance_name
5556 [-D pgdata-path] [-i backup-id] [--progress]
@@ -59,12 +60,14 @@ pg_probackup - utility to manage backup/recovery of PostgreSQL database.
5960 [--recovery-target-action=pause|promote|shutdown]
6061 [--restore-as-replica]
6162 [--no-validate]
63+ [--skip-block-validation]
6264
6365 pg_probackup validate -B backup-path [--instance=instance_name]
6466 [-i backup-id] [--progress]
6567 [--time=time|--xid=xid|--lsn=lsn [--inclusive=boolean]]
6668 [--recovery-target-name=target-name]
6769 [--timeline=timeline]
70+ [--skip-block-validation]
6871
6972 pg_probackup show -B backup-path
7073 [--instance=instance_name [-i backup-id]]
You can’t perform that action at this time.
0 commit comments