diff --git a/README.rst b/README.rst index 55b44b10..bf4322e0 100644 --- a/README.rst +++ b/README.rst @@ -12,6 +12,8 @@ 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. + **Note to Kubernetes users**: Patroni can run natively on top of Kubernetes. Take a look at the `Kubernetes `__ chapter of the Patroni documentation. .. contents:: diff --git a/docs/index.rst b/docs/index.rst index f7de569e..51bad320 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,6 +10,8 @@ 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. + **Note to Kubernetes users**: Patroni can run natively on top of Kubernetes. Take a look at the :ref:`Kubernetes ` chapter of the Patroni documentation.