From d4c7766f5ace73e8c197761ecdde6a123171799e Mon Sep 17 00:00:00 2001 From: eikek Date: Wed, 31 Jan 2024 19:40:02 +0100 Subject: [PATCH] Mention minimum MariaDB version --- website/site/content/docs/install/prereq.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/site/content/docs/install/prereq.md b/website/site/content/docs/install/prereq.md index 00d648cd..6111b180 100644 --- a/website/site/content/docs/install/prereq.md +++ b/website/site/content/docs/install/prereq.md @@ -105,7 +105,7 @@ contains all data (including binary files by default) and is the central component of docspell. Docspell has support these databases: - PostreSQL -- MariaDB +- MariaDB (>= 10.6) - H2 The H2 database is an interesting option for personal and mid-size @@ -120,6 +120,6 @@ add the options of the url. See the [config page](@/docs/configure/database.md) for an example. -For large installations, PostgreSQL or MariaDB is recommended. Create -a database and a user with enough privileges (read, write, create -table) to that database. +For larger installations, PostgreSQL is recommended. Create a database +and a user with enough privileges (read, write, create table) to that +database.