From a865341ad41a407a98fc51d331063b5f5659869a Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Thu, 27 Jun 2019 14:17:19 +0200 Subject: [PATCH] Bump minium pqsql version to 9.5 Signed-off-by: Daniel Kesselberg --- 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 240344bb6..62da5c992 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -23,7 +23,7 @@ For best performance, stability and functionality we have documented some recomm +------------------+-----------------------------------------------------------------------+ | Database | - **MySQL or MariaDB 5.5+** (recommended) | | | - Oracle Database 11g (*only as part of an enterprise subscription*) | -| | - PostgreSQL 9/10 | +| | - PostgreSQL 9.5/9.6/10 | | | - SQLite (*only recommended for testing and minimal-instances*) | +------------------+-----------------------------------------------------------------------+ | Webserver | - **Apache 2.4 with** ``mod_php`` **or** ``php-fpm`` (recommended) |