From 34db0bba16df92227c299b1f799fc1e976d67314 Mon Sep 17 00:00:00 2001 From: Farid Zarazvand Date: Thu, 7 Oct 2021 17:37:00 +0330 Subject: [PATCH] PostgreSQL v14 is supported since v2.1.0 (#2078) --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 5b1a1548..1ade336b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,7 +10,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. There are many ways to run high availability with PostgreSQL; for a list, see the `PostgreSQL Documentation `__. -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 :ref:`Kubernetes ` chapter of the Patroni documentation.