-
Notifications
You must be signed in to change notification settings - Fork 2k
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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). There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Agreed. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The |
||
| | - 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. | ||
|
||
|
There was a problem hiding this comment.
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.