Merge pull request #1937 from nextcloud/wiswedel/eolCleanup

MySQL 5.6 is EOL already, MariaDB 10.1 is as good as EOL
This commit is contained in:
Sascha Wiswedel
2020-04-02 14:27:05 +02:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ For best performance, stability and functionality we have documented some recomm
| | - openSUSE Leap 42.1+ |
| | - CentOS 8 |
+------------------+-----------------------------------------------------------------------+
| Database | - **MySQL 5.6+ or MariaDB 10.1+** (recommended) |
| Database | - **MySQL 5.7+ or MariaDB 10.2+** (recommended) |
| | - Oracle Database 11g (*only as part of an enterprise subscription*) |
| | - PostgreSQL 9.5/9.6/10/11 |
| | - SQLite (*only recommended for testing and minimal-instances*) |