Improve installation guide database section for Ubuntu

This commit is contained in:
Erik Kalkoken 2023-04-12 01:52:54 +00:00 committed by Ariel Rin
parent 8d8da50946
commit 672cb13bfe

View File

@ -154,10 +154,12 @@ It's recommended to use a database service instead of SQLite. Many options are a
```eval_rst ```eval_rst
.. note:: .. note::
Many Ubuntu distributions come with an older version of Maria DB, which is not compatible with **Alliance Auth**. You need Maria DB 10.3 or higher! Ubuntu distributions prior to 20.04 come with an older version of Maria DB, which is not compatible with **Alliance Auth**. You need Maria DB 10.3 or higher!
For 20.04 we still recommend to install Maria DB from the link below in order to get the newest stable version.
For 22.04 we recommend installing from the default Ubuntu distro, since it comes with the newest stable version.
``` ```
Ubuntu 1804, 2004, 2204: Ubuntu 1804, 2004:
```eval_rst ```eval_rst
.. warning:: .. warning::
@ -168,7 +170,7 @@ Ubuntu 1804, 2004, 2204:
Ubuntu 1804, 2004, 2204 Ubuntu 1804, 2004, 2204
```bash ```bash
apt-get install mariadb-server mariadb-client libmysqlclient-dev sudo apt-get install mariadb-server mariadb-client libmysqlclient-dev
``` ```
CentOS 7: CentOS 7: