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
+22-23
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
`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.
7
7
8
8
The utility is compatible with:
9
-
* PostgreSQL 9.5, 9.6, 10, 11, 12;
9
+
* PostgreSQL 9.5, 9.6, 10, 11, 12, 13;
10
10
11
11
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:
12
12
* 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.
@@ -41,8 +41,7 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp
41
41
## ptrack support
42
42
43
43
`PTRACK` backup support provided via following options:
44
-
* 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)
45
-
* vanilla PostgreSQL 12 with [ptrack extension](https://github.com/postgrespro/ptrack)
44
+
* vanilla PostgreSQL 12,13 with [ptrack extension](https://github.com/postgrespro/ptrack)
46
45
* Postgres Pro Standard 9.6, 10, 11, 12
47
46
* Postgres Pro Enterprise 9.6, 10, 11, 12
48
47
@@ -59,65 +58,65 @@ Documentation can be found at [github](https://postgrespro.github.io/pg_probacku
59
58
60
59
## Installation and Setup
61
60
### Windows Installation
62
-
Installers are available in release **assets**. [Latests](https://github.com/postgrespro/pg_probackup/releases/2.4.1).
61
+
Installers are available in release **assets**. [Latests](https://github.com/postgrespro/pg_probackup/releases/2.4.4).
0 commit comments