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
@@ -490,7 +490,7 @@ Physical verification can be skipped if `--skip-block-validation` flag is used.
490
490
491
491
Logical verification can be done more thoroughly with flag`--heapallindexed` 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.
492
492
493
-
###ValidatingBackups
493
+
###Validatinga Backup
494
494
495
495
pg_probackup calculates checksums for each file in a backup during backup process. The process of checking checksumms of backup data files is called`the backup validation`. By default validation is run immediately after backup is taken and right before restore, to detect possible backup corruption.
496
496
@@ -985,7 +985,7 @@ Skips automatic validation after successfull backup. You can use this flag if yo
985
985
986
986
Additionally[Connection Options](#connection-options),[Retention Options](#retention-options),[Remote Mode Options](#remote-mode-options),[Compression Options](#compression-options),[Logging Options](#logging-options) and[Common Options](#common-options) can be used.
987
987
988
-
For details on usage, see the section (#creating-a-backup).
988
+
For details on usage, see the section[Creating a Backup](#creating-a-backup).