From 5c0138d091c99d0f4e3b8f68891183ac0999f84a Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Fri, 21 Jun 2019 22:27:01 +0200 Subject: [PATCH] Nextcloud 16 does not work with MySQL 8 --- admin_manual/installation/system_requirements.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst index 00fd64eea..88fd9d66b 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -22,7 +22,7 @@ The Nextcloud server is not compatible with Windows and macOS. | | - openSUSE Leap 42.1+ | | | - CentOS 7 | +------------------+-----------------------------------------------------------------------+ -| Database | - **MySQL or MariaDB 5.5+** (recommended) | +| Database | - **MySQL 5.x or MariaDB 5.5+** (recommended) | | | - Oracle Database 11g (*only as part of an enterprise subscription*) | | | - PostgreSQL 9/10 | | | - SQLite (*only recommended for testing and minimal-instances*) |