mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
README minor change
This commit is contained in:
@@ -2,15 +2,13 @@
|
|||||||
|
|
||||||
`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` 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.
|
||||||
|
|
||||||
The extension is compatible with:
|
The utility is compatible with:
|
||||||
* PostgreSQL 9.5, 9.6, 10;
|
* PostgreSQL 9.5, 9.6, 10;
|
||||||
|
|
||||||
`PTRACK` backup requires:
|
`PTRACK` backup support provided via following options:
|
||||||
* vanilla PostgreSQL with ptrack support. Currently there are patches for [PostgreSQL 9.6](https://gist.githubusercontent.com/gsmol/3d9ad9ea2568e0f4aaeeda62b59e30f8/raw/8f28e207c1aa172a9597fcda49e69b086c6b42bd/ptrack_9.6.5_v1.3.patch) and [PostgreSQL 10](https://gist.githubusercontent.com/gsmol/0ce69df847268333b72d72079bd48315/raw/d35d49c28446637ea3fe9dfc1a400bb298bf3318/ptrack_10.0_v1.3.patch);
|
* vanilla PostgreSQL compiled with ptrack patch. Currently there are patches for [PostgreSQL 9.6](https://gist.githubusercontent.com/gsmol/3d9ad9ea2568e0f4aaeeda62b59e30f8/raw/8f28e207c1aa172a9597fcda49e69b086c6b42bd/ptrack_9.6.5_v1.3.patch) and [PostgreSQL 10](https://gist.githubusercontent.com/gsmol/0ce69df847268333b72d72079bd48315/raw/d35d49c28446637ea3fe9dfc1a400bb298bf3318/ptrack_10.0_v1.3.patch)
|
||||||
or
|
* Postgres Pro Standard 9.5, 9.6
|
||||||
* Postgres Pro Standard 9.5, 9.6;
|
* Postgres Pro Enterprise
|
||||||
or
|
|
||||||
* Postgres Pro Enterprise;
|
|
||||||
|
|
||||||
As compared to other backup solutions, `pg_probackup` offers the following benefits that can help you implement different backup strategies and deal with large amounts of data:
|
As compared to other backup solutions, `pg_probackup` offers the following benefits that can help you implement different backup strategies and deal with large amounts of data:
|
||||||
* Choosing between full and page-level incremental backups to speed up backup and recovery
|
* Choosing between full and page-level incremental backups to speed up backup and recovery
|
||||||
|
|||||||
Reference in New Issue
Block a user