1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-11 11:41:33 +02:00

README: add checkdb

This commit is contained in:
Grigory Smolkin 2019-04-20 00:42:59 +03:00
parent cd0548da67
commit 1d31908b1e

View File

@ -18,6 +18,7 @@ As compared to other backup solutions, `pg_probackup` offers the following benef
* Custom commands to simplify WAL log archiving
* External to PGDATA directories, such as directories with config files and scripts, can be included in backup
* Remote backup, restore, archive-push and archive-get operations via ssh (beta)
* Checking running PostgreSQL instance for the sights of corruption in read-only mode via `checkdb` command.
To manage backup data, `pg_probackup` creates a backup catalog. This directory stores all backup files with additional meta information, as well as WAL archives required for [point-in-time recovery](https://postgrespro.com/docs/postgresql/current/continuous-archiving.html). You can store backups for different instances in separate subdirectories of a single backup catalog.