aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-01-21 17:42:42 +0100
committerHarald Eilertsen <haraldei@anduin.net>2024-01-21 17:42:42 +0100
commitd489a2854ea9de4637b0b7f106f00d20efb78e0f (patch)
treeceeaafb5f43659f3caf04e78a95c772fdb3409d0 /doc
parent9cfd1c231843214351c81273622e848af4db7a45 (diff)
downloadvolse-hubzilla-d489a2854ea9de4637b0b7f106f00d20efb78e0f.tar.gz
volse-hubzilla-d489a2854ea9de4637b0b7f106f00d20efb78e0f.tar.bz2
volse-hubzilla-d489a2854ea9de4637b0b7f106f00d20efb78e0f.zip
Update admin guide with min supported db versions
Diffstat (limited to 'doc')
-rw-r--r--doc/admin/administrator_guide.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/admin/administrator_guide.md b/doc/admin/administrator_guide.md
index 0cc6b4c0f..bf4dc7355 100644
--- a/doc/admin/administrator_guide.md
+++ b/doc/admin/administrator_guide.md
@@ -100,7 +100,10 @@ There are several ways to deploy a new hub.
* some form of email server or email gateway such that PHP mail() works.
-* Mysql 5.x or MariaDB or postgres database server.
+* A supported database server. The supported databases are:
+ - Mysql version 8.0.22 or later
+ - MariaDB version 10.4 or later
+ - PostgreSQL version 12 or later
* ability to schedule jobs with cron.