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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@
3
3
`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.
4
4
5
5
The utility is compatible with:
6
-
* PostgreSQL 9.5, 9.6, 10;
6
+
* PostgreSQL 9.5, 9.6, 10, 11;
7
7
8
8
`PTRACK` backup support provided via following options:
9
9
* vanilla PostgreSQL compiled with ptrack patch. Currently there are patches for [PostgreSQL 9.6](https://gist.githubusercontent.com/gsmol/5b615c971dfd461c76ef41a118ff4d97/raw/e471251983f14e980041f43bea7709b8246f4178/ptrack_9.6.6_v1.5.patch) and [PostgreSQL 10](https://gist.githubusercontent.com/gsmol/be8ee2a132b88463821021fd910d960e/raw/de24f9499f4f314a4a3e5fae5ed4edb945964df8/ptrack_10.1_v1.5.patch)
10
-
* Postgres Pro Standard 9.5, 9.6
11
-
* Postgres Pro Enterprise
10
+
* Postgres Pro Standard 9.5, 9.6, 10
11
+
* Postgres Pro Enterprise 9.5, 9.6, 10
12
12
13
13
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:
14
14
* Choosing between full and page-level incremental backups to speed up backup and recovery
0 commit comments