From 64ae2bb885fcaa61519d74fa93cec203de04fb77 Mon Sep 17 00:00:00 2001 From: Nicolas PAYART Date: Fri, 8 Oct 2021 15:51:55 +0200 Subject: [PATCH] Add compatibility with PG 14 in README (#2083) It was just missing there --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e40abb76..3591d82f 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ Patroni is a template for you to create your own customized, high-availability s We call Patroni a "template" because it is far from being a one-size-fits-all or plug-and-play replication system. It will have its own caveats. Use wisely. -Currently supported PostgreSQL versions: 9.3 to 13. +Currently supported PostgreSQL versions: 9.3 to 14. **Note to Kubernetes users**: Patroni can run natively on top of Kubernetes. Take a look at the `Kubernetes `__ chapter of the Patroni documentation.