From f93fcb032b0a711a37d9b3b35ad7b07fa0ef4bdf Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 25 Jun 2024 23:10:21 +0200 Subject: [PATCH] fix: Adjust system requirement for upcoming Nextcloud 30 Clarify which versions we are testing and thus can support: * MySQL 8.0 LTS + 8.4 LTS * MariaDB 10.6 LTS, 10.11 LTS and 11.4 LTS * *(other databases unchanged)* Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen --- 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 8549df69ff7..40f7a35d3ce 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -23,7 +23,7 @@ For best performance, stability and functionality we have documented some recomm | | - openSUSE Leap 15.5 | | | - CentOS Stream | +------------------+-----------------------------------------------------------------------+ -| Database | - **MySQL 8.0+** or MariaDB 10.3/10.5/**10.6** (recommended)/10.11 | +| Database | - MySQL 8.0 / **8.4** or MariaDB 10.6/ **10.11** (recommended) / 11.4 | | | - Oracle Database 11g (*only as part of an enterprise subscription*) | | | - PostgreSQL 12/13/14/15/16 | | | - SQLite (*only recommended for testing and minimal-instances*) |