From b765ad47558b812ab5a1fc3db8f11471d146f197 Mon Sep 17 00:00:00 2001 From: Paulo Ribeiro Date: Tue, 12 Jul 2022 18:42:40 +0100 Subject: [PATCH] doc: Bump required PostgreSQL version --- docs/requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.md b/docs/requirements.md index 21b6331d..385fcfc7 100644 --- a/docs/requirements.md +++ b/docs/requirements.md @@ -96,7 +96,7 @@ The storage requirements recommended on the following table **depend mainly on t Codacy requires a database server to persist data that must satisfy the following requirements: - The infrastructure hosting the database server must be provisioned with the hardware requirements described below -- The DBMS server must be [PostgreSQL](https://www.postgresql.org/) **version 10.15** +- The DBMS server must be [PostgreSQL](https://www.postgresql.org/) **version 10.20** - The PostgreSQL server must be configured to accept connections from the cluster - The Codacy databases and a dedicated user must be created using the instructions below