|
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, 13; |
| 9 | +* PostgreSQL 9.5, 9.6, 10, 11, 12, 13, 14; |
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,9 +41,9 @@ 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 12,13 with [ptrack extension](https://github.com/postgrespro/ptrack) |
45 |
| -* Postgres Pro Standard 9.6, 10, 11, 12 |
46 |
| -* Postgres Pro Enterprise 9.6, 10, 11, 12 |
| 44 | +* vanilla PostgreSQL 11, 12, 13, 14 with [ptrack extension](https://github.com/postgrespro/ptrack) |
| 45 | +* Postgres Pro Standard 9.6, 10, 11, 12, 13 |
| 46 | +* Postgres Pro Enterprise 9.6, 10, 11, 12, 13 |
47 | 47 |
|
48 | 48 | ## Limitations
|
49 | 49 |
|
|
0 commit comments