From a3d06b04c4d17b3d50ac44a84f8becc74a060b80 Mon Sep 17 00:00:00 2001 From: Josh Richards Date: Thu, 9 May 2024 10:37:46 -0400 Subject: [PATCH] fix(admin_manual): Explicitly specify which versions of MySQL are suggested Signed-off-by: Josh Richards --- .../installation/system_requirements.rst | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst index 8549df69ff7..b472b2eb518 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -11,30 +11,30 @@ For best performance, stability and functionality we have documented some recomm reliable scaling) and support, we strongly recommend you to check out our `enterprise support `_. -+------------------+-----------------------------------------------------------------------+ -| Platform | Options | -+==================+=======================================================================+ -| Operating System | - **Ubuntu 22.04 LTS** (recommended) | -| (64-bit) | - Ubuntu 20.04 LTS | -| | - **Red Hat Enterprise Linux 9** (recommended) | -| | - Red Hat Enterprise Linux 8 | -| | - Debian 12 (Bookworm) | -| | - SUSE Linux Enterprise Server 15 | -| | - openSUSE Leap 15.5 | -| | - CentOS Stream | -+------------------+-----------------------------------------------------------------------+ -| Database | - **MySQL 8.0+** or MariaDB 10.3/10.5/**10.6** (recommended)/10.11 | -| | - Oracle Database 11g (*only as part of an enterprise subscription*) | -| | - PostgreSQL 12/13/14/15/16 | -| | - SQLite (*only recommended for testing and minimal-instances*) | -+------------------+-----------------------------------------------------------------------+ -| Webserver | - **Apache 2.4 with** ``mod_php`` **or** ``php-fpm`` (recommended) | -| | - nginx with ``php-fpm`` | -+------------------+-----------------------------------------------------------------------+ -| PHP Runtime | - 8.1 (*deprecated*) | -| | - 8.2 | -| | - **8.3** (*recommended*) | -+------------------+-----------------------------------------------------------------------+ ++------------------+------------------------------------------------------------------------------------+ +| Platform | Options | ++==================+====================================================================================+ +| Operating System | - **Ubuntu 22.04 LTS** (recommended) | +| (64-bit) | - Ubuntu 20.04 LTS | +| | - **Red Hat Enterprise Linux 9** (recommended) | +| | - Red Hat Enterprise Linux 8 | +| | - Debian 12 (Bookworm) | +| | - SUSE Linux Enterprise Server 15 | +| | - openSUSE Leap 15.5 | +| | - CentOS Stream | ++------------------+------------------------------------------------------------------------------------+ +| Database | - **MySQL** **8.0**/8.2/8.3 or MariaDB 10.3/10.5/**10.6**/10.11 (recommended) | +| | - Oracle Database 11g (*only as part of an enterprise subscription*) | +| | - PostgreSQL 12/13/14/15/16 | +| | - SQLite (*only recommended for testing and minimal-instances*) | ++------------------+------------------------------------------------------------------------------------+ +| Webserver | - **Apache 2.4 with** ``mod_php`` **or** ``php-fpm`` (recommended) | +| | - nginx with ``php-fpm`` | ++------------------+------------------------------------------------------------------------------------+ +| PHP Runtime | - 8.1 (*deprecated*) | +| | - 8.2 | +| | - **8.3** (*recommended*) | ++------------------+------------------------------------------------------------------------------------+ See :doc:`source_installation` for minimum PHP-modules and additional software for installing Nextcloud.