From d2a379c52dfa9623e8c650a4dc8878e70f97453c Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 13 Nov 2024 02:58:48 +0100 Subject: [PATCH] feat: Support postgres 17 but drop postgres 12 * 17 is the latest release we should support * 12 is now (as of 2024-11-15) end-of-life. Signed-off-by: Ferdinand Thiessen --- 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 692bd663f..c260f8442 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -26,7 +26,7 @@ For best performance, stability and functionality we have documented some recomm | Database | - MySQL 8.0 / **8.4** or MariaDB 10.6/ **10.11** (recommended) / 11.4 | | | - Oracle Database 11g, 18, 21, 23 | | | (*only as part of an enterprise subscription*) | -| | - PostgreSQL 12/13/14/15/16 | +| | - PostgreSQL 13/14/15/16/17 | | | - SQLite 3.16+ (*only recommended for testing and minimal-instances*) | +------------------+-----------------------------------------------------------------------+ | Webserver | - **Apache 2.4 with** ``mod_php`` **or** ``php-fpm`` (recommended) |