mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
fix(admin_manual): Explicitly specify which versions of MySQL are suggested
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
This commit is contained in:
parent
974138effb
commit
a3d06b04c4
@ -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
|
||||
<https://nextcloud.com/enterprise/>`_.
|
||||
|
||||
+------------------+-----------------------------------------------------------------------+
|
||||
| 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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user