From 672cb13bfe5b2b81bac96101517f22aa21bd52c0 Mon Sep 17 00:00:00 2001 From: Erik Kalkoken Date: Wed, 12 Apr 2023 01:52:54 +0000 Subject: [PATCH] Improve installation guide database section for Ubuntu --- docs/installation/allianceauth.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/installation/allianceauth.md b/docs/installation/allianceauth.md index 629d87f2..cfd1cb8d 100644 --- a/docs/installation/allianceauth.md +++ b/docs/installation/allianceauth.md @@ -154,10 +154,12 @@ It's recommended to use a database service instead of SQLite. Many options are a ```eval_rst .. 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 .. warning:: @@ -168,7 +170,7 @@ Ubuntu 1804, 2004, 2204: Ubuntu 1804, 2004, 2204 ```bash -apt-get install mariadb-server mariadb-client libmysqlclient-dev +sudo apt-get install mariadb-server mariadb-client libmysqlclient-dev ``` CentOS 7: