Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 961293c

Browse files
committed
Documentation: update
1 parent 0309dd7 commit 961293c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Current version - 2.1.5
3333
* [Using pg_probackup in the Remote Mode](#using-pg_probackup-in-the-remote-mode)
3434
* [Running pg_probackup on Parallel Threads](#running-pg_probackup-on-parallel-threads)
3535
* [Configuring pg_probackup](#configuring-pg_probackup)
36-
* [Managing the Backup Catalog](#managing-the-backup-Catalog)
36+
* [Managing the Backup Catalog](#managing-the-backup-catalog)
3737
* [Configuring Backup Retention Policy](#configuring-backup-retention-policy)
3838
* [Merging Backups](#merging-backups)
3939
* [Deleting Backups](#deleting-backups)
@@ -490,7 +490,7 @@ Physical verification can be skipped if `--skip-block-validation` flag is used.
490490

491491
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.
492492

493-
### Validating Backups
493+
### Validating a Backup
494494

495495
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.
496496

@@ -985,7 +985,7 @@ Skips automatic validation after successfull backup. You can use this flag if yo
985985

986986
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.
987987

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).
989989

990990
#### restore
991991

0 commit comments

Comments
 (0)