From 7f57c8898e4175bfcb645956f66f846589cee01d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 17 Oct 2022 07:12:44 +0200 Subject: [PATCH] Document Postgres 14 support Signed-off-by: Joas Schilling --- admin_manual/installation/system_requirements.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst index bd6f6135f..5b221ad33 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -24,7 +24,7 @@ For best performance, stability and functionality we have documented some recomm +------------------+-----------------------------------------------------------------------+ | Database | - **MySQL 8.0+ or MariaDB 10.2/10.3/10.4/10.5** (recommended) | | | - Oracle Database 11g (*only as part of an enterprise subscription*) | -| | - PostgreSQL 10/11/12/13 | +| | - PostgreSQL 10/11/12/13/14 | | | - SQLite (*only recommended for testing and minimal-instances*) | +------------------+-----------------------------------------------------------------------+ | Webserver | - **Apache 2.4 with** ``mod_php`` **or** ``php-fpm`` (recommended) |