From c157ab85bc90d39a4b5c46704ebb24abeabec326 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Thu, 15 Jul 2021 22:48:17 +0200 Subject: [PATCH] MariaDB 10.6 is not supported Signed-off-by: Daniel Kesselberg --- 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 89b1ca936..f5980a5bd 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -21,7 +21,7 @@ For best performance, stability and functionality we have documented some recomm | | - openSUSE Leap 42.1+ | | | - CentOS 8 | +------------------+-----------------------------------------------------------------------+ -| Database | - **MySQL 8.0+ or MariaDB 10.2+** (recommended) | +| Database | - **MySQL 8.0+ or MariaDB 10.2/10.3/10.4/10.5** (recommended) | | | - Oracle Database 11g (*only as part of an enterprise subscription*) | | | - PostgreSQL 9.6/10/11/12/13 | | | - SQLite (*only recommended for testing and minimal-instances*) |