From 49caaa3b570bd620101e96c5833210d9c3598a6e Mon Sep 17 00:00:00 2001 From: "Mikhail A. Kulagin" Date: Mon, 18 Oct 2021 06:00:41 +0300 Subject: [PATCH] [skip travis] README.md update: fix info about supported versions of PGPRO with ptrack --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95581ecf..86d192ec 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp `PTRACK` backup support provided via following options: * vanilla PostgreSQL 11, 12, 13, 14 with [ptrack extension](https://github.com/postgrespro/ptrack) -* Postgres Pro Standard 9.6, 10, 11, 12, 13 -* Postgres Pro Enterprise 9.6, 10, 11, 12, 13 +* Postgres Pro Standard 11, 12, 13 +* Postgres Pro Enterprise 11, 12, 13 ## Limitations