Skip to content

fix(admin_manual): Explicitly specify which versions of MySQL #11801

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions admin_manual/installation/system_requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

8.2 is EOL since 3 month.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should only list the LTS version 8.0 and 8.4 (and add 8.4 to our testing matrix).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The (recommended) was inline, to clarify that we recommend the 10.6 instead of any mysql/mariadb
But it seems that got lost already for mysql on the last bump. So let's hope the bolding is enough.

| | - 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.

Expand Down
Loading