Skip to content

Commit 813a585

Browse files
dlepikhovapostgres-dev
authored andcommitted
PBCKP-1527: Remove version 11 and 12 from README
1 parent a2510f5 commit 813a585

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
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+
<<<<<<< HEAD
910
* PostgreSQL 11, 12, 13, 14, 15, 16
11+
=======
12+
* PostgreSQL 13, 14, 15, 16, 17
13+
>>>>>>> 99e11e9a (PBCKP-1527: Remove version 11 and 12 from README)
1014
1115
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:
1216
* 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 +45,15 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp
4145
## ptrack support
4246

4347
`PTRACK` backup support provided via following options:
48+
<<<<<<< HEAD
4449
* vanilla PostgreSQL 11, 12, 13, 14, 15, 16 with [ptrack extension](https://github.com/postgrespro/ptrack)
4550
* Postgres Pro Standard 11, 12, 13, 14, 15, 16
4651
* Postgres Pro Enterprise 11, 12, 13, 14, 15, 16
52+
=======
53+
* vanilla PostgreSQL 13, 14, 15, 16, 17 with [ptrack extension](https://github.com/postgrespro/ptrack)
54+
* Postgres Pro Standard 13, 14, 15, 16, 17
55+
* Postgres Pro Enterprise 13, 14, 15, 16, 17
56+
>>>>>>> 99e11e9a (PBCKP-1527: Remove version 11 and 12 from README)
4757
4858
## Limitations
4959

0 commit comments

Comments
 (0)