You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -382,7 +382,7 @@ <h3 id="verifying-a-cluster">Verifying a Cluster</h3>
382
382
<p>Physical verification can be skipped if <code>--skip-block-validation</code> flag is used. For logical only verification <em>backup_dir</em> and <em>data_dir</em> are optional, only <ahref="#connection-options">connection options</a> are mandatory:</p>
<p>Logical verification can be done more thoroughly with flag <code>--heapallindexed</code> by checking that all heap tuples that should be indexed are actually indexed, but at the higher cost of CPU, memory and I/O comsumption.</p>
<h3id="validating-a-backup">Validating a Backup</h3>
386
386
<p>pg_probackup calculates checksums for each file in a backup during backup process. The process of checking checksumms of backup data files is called <code>the backup validation</code>. By default validation is run immediately after backup is taken and right before restore, to detect possible backup corruption.</p>
387
387
<p>If you would like to skip backup validation, you can specify the <code>--no-validate</code> flag when running <ahref="#backup">backup</a> and <ahref="#restore">restore</a> commands.</p>
388
388
<p>To ensure that all the required backup files are present and can be used to restore the database cluster, you can run the <ahref="#validate">validate</a> command with the exact <ahref="#recovery-target-options">recovery target options</a> you are going to use for recovery.</p>
@@ -712,7 +712,7 @@ <h4 id="backup">backup</h4>
712
712
<p>–no-validate Skips automatic validation after successfull backup. You can use this flag if you validate backups regularly and would like to save time when running backup operations.</p></li>
713
713
</ul>
714
714
<p>Additionally <ahref="#connection-options">Connection Options</a>, <ahref="#retention-options">Retention Options</a>, <ahref="#remote-mode-options">Remote Mode Options</a>, <ahref="#compression-options">Compression Options</a>, <ahref="#logging-options">Logging Options</a> and <ahref="#common-options">Common Options</a> can be used.</p>
715
-
<p>For details on usage, see the section (#creating-a-backup).</p>
715
+
<p>For details on usage, see the section <ahref="#creating-a-backup">Creating a Backup</a>.</p>
0 commit comments