Documents some issues and the required manual fixes for MariaDB

This commit is contained in:
Trenton H
2022-11-21 12:59:14 -08:00
parent be8f3f6beb
commit 5ba9564436
3 changed files with 39 additions and 6 deletions

View File

@@ -38,8 +38,14 @@ PAPERLESS_REDIS=<url>
PAPERLESS_DBENGINE=<engine_name>
Optional, gives the ability to choose Postgres or MariaDB for database engine.
Available options are `postgresql` and `mariadb`.
Default is `postgresql`.
.. warning::
Using MariaDB comes with some caveats. See :ref:`advanced-mysql-caveats` for details.
PAPERLESS_DBHOST=<hostname>
By default, sqlite is used as the database backend. This can be changed here.