Skip to content

Commit b395b3c

Browse files
committed
Readme: update
1 parent e27a6a9 commit b395b3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
`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.
77

88
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;
1010

1111
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:
1212
* 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
4141
## ptrack support
4242

4343
`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
4747

4848
## Limitations
4949

0 commit comments

Comments
 (0)