Skip to content

Commit 99e11e9

Browse files
committed
PBCKP-1527: Remove version 11 and 12 from README
1 parent 556a4f0 commit 99e11e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
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 11, 12, 13, 14, 15, 16, 17
9+
* PostgreSQL 13, 14, 15, 16, 17
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 11, 12, 13, 14, 15, 16, 17 with [ptrack extension](https://github.com/postgrespro/ptrack)
45-
* Postgres Pro Standard 11, 12, 13, 14, 15, 16, 17
46-
* Postgres Pro Enterprise 11, 12, 13, 14, 15, 16, 17
44+
* vanilla PostgreSQL 13, 14, 15, 16, 17 with [ptrack extension](https://github.com/postgrespro/ptrack)
45+
* Postgres Pro Standard 13, 14, 15, 16, 17
46+
* Postgres Pro Enterprise 13, 14, 15, 16, 17
4747

4848
## Limitations
4949

0 commit comments

Comments
 (0)