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: Documentation.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
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. pg_probackup supports PostgreSQL 9.5 or higher.
Copy file name to clipboardExpand all lines: README.md
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
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, 11;
6
+
* PostgreSQL 9.5, 9.6, 10, 11, 12;
7
7
8
8
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:
9
9
* Incremental backup: page-level incremental backup allows you to save disk space, speed up backup and restore. With three different incremental modes you can plan the backup strategy in accordance with your data flow
@@ -37,8 +37,8 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp
37
37
38
38
`PTRACK` backup support provided via following options:
39
39
* 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)
40
-
* Postgres Pro Standard 9.5, 9.6, 10, 11
41
-
* Postgres Pro Enterprise 9.5, 9.6, 10
40
+
* Postgres Pro Standard 9.6, 10, 11
41
+
* Postgres Pro Enterprise 9.6, 10, 11
42
42
43
43
## Limitations
44
44
@@ -48,71 +48,71 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp
Once you have `pg_probackup` installed, complete [the setup](https://github.com/postgrespro/pg_probackup/blob/master/Documentation.md#installation-and-setup).
0 commit comments