mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Mention minimum MariaDB version
This commit is contained in:
@ -105,7 +105,7 @@ contains all data (including binary files by default) and is the
|
|||||||
central component of docspell. Docspell has support these databases:
|
central component of docspell. Docspell has support these databases:
|
||||||
|
|
||||||
- PostreSQL
|
- PostreSQL
|
||||||
- MariaDB
|
- MariaDB (>= 10.6)
|
||||||
- H2
|
- H2
|
||||||
|
|
||||||
The H2 database is an interesting option for personal and mid-size
|
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
|
of the url. See the [config page](@/docs/configure/database.md) for
|
||||||
an example.
|
an example.
|
||||||
|
|
||||||
For large installations, PostgreSQL or MariaDB is recommended. Create
|
For larger installations, PostgreSQL is recommended. Create a database
|
||||||
a database and a user with enough privileges (read, write, create
|
and a user with enough privileges (read, write, create table) to that
|
||||||
table) to that database.
|
database.
|
||||||
|
Reference in New Issue
Block a user