Skip to content

Commit f4a53eb

Browse files
author
Oleg Gurev
committed
Merge remote-tracking branch 'origin/REL_2_5' into master-merge
2 parents ea4ff49 + bee7efc commit f4a53eb

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

doc/pgprobackup.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)