Skip to content

Commit 7c7faf7

Browse files
committed
Documentation: update
1 parent 23f7e11 commit 7c7faf7

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

Documentation.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
pg_probackup is a utility to manage backup and recovery of PostgreSQL database clusters. It is designed to perform periodic backups of the PostgreSQL instance that enable you to restore the server in case of a failure. pg_probackup supports PostgreSQL 9.5 or higher.
44

5-
Current version - 2.1.5
5+
Current version - 2.2.0
66

77
1. [Synopsis](#synopsis)
88
2. [Versioning](#versioning)
@@ -36,9 +36,10 @@ Current version - 2.1.5
3636
* [Running pg_probackup on Parallel Threads](#running-pg_probackup-on-parallel-threads)
3737
* [Configuring pg_probackup](#configuring-pg_probackup)
3838
* [Managing the Backup Catalog](#managing-the-backup-catalog)
39+
* [Viewing Backup Information](#viewing-backup-information)
3940
* [Viewing WAL Archive Information](#viewing-wal-archive-information)
4041
* [Configuring Backup Retention Policy](#configuring-backup-retention-policy)
41-
* [Pinning a Backup]
42+
* [Pinning a Backup](#pinning-a-backup)
4243
* [Merging Backups](#merging-backups)
4344
* [Deleting Backups](#deleting-backups)
4445

@@ -698,12 +699,13 @@ If nothing is given, the default values are taken. By default pg_probackup tries
698699

699700
With pg_probackup, you can manage backups from the command line:
700701

701-
- View available backups
702-
- View available WAL Archive Information
703-
- Validate backups
704-
- Merge backups
705-
- Delete backups
706-
- Viewing Backup Information
702+
- [View backup information](#viewing-backup-information)
703+
- [View WAL Archive Information](#viewing-wal-archive-information)
704+
- [Validate backups](#validating-a-backup)
705+
- [Merge backups](#merging-backups)
706+
- [Delete backups](#deleting-backups)
707+
708+
#### Viewing Backup Information
707709

708710
To view the list of existing backups for every instance, run the command:
709711

0 commit comments

Comments
 (0)