File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4429,6 +4429,12 @@ pg_probackup backup -B <replaceable>backup_dir</replaceable> -b <replaceable>bac
44294429 Disables block-level checksum verification to speed up
44304430 the backup process.
44314431 </para >
4432+ <warning >
4433+ <para >
4434+ <option >--skip-block-validation</option > is not supported in the remote
4435+ mode.
4436+ </para >
4437+ </warning >
44324438 </listitem >
44334439 </varlistentry >
44344440
@@ -4613,6 +4619,12 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance=<replac
46134619 validation. During automatic validation before the restore only
46144620 file-level checksums will be verified.
46154621 </para >
4622+ <warning >
4623+ <para >
4624+ <option >--skip-block-validation</option > is not supported in the remote
4625+ mode.
4626+ </para >
4627+ </warning >
46164628 </listitem >
46174629 </varlistentry >
46184630
@@ -4772,6 +4784,12 @@ pg_probackup checkdb
47724784 together with the <option >--amcheck</option > flag, so that only logical
47734785 verification of indexes is performed.
47744786 </para >
4787+ <warning >
4788+ <para >
4789+ <option >--skip-block-validation</option > is not supported in the remote
4790+ mode.
4791+ </para >
4792+ </warning >
47754793 </listitem >
47764794 </varlistentry >
47774795
You can’t perform that action at this time.
0 commit comments