]> source.dussan.org Git - nextcloud-server.git/commitdiff
Mention MariaDB in MySQL support warning 26684/head
authorClaas Augner <github@caugner.de>
Fri, 9 Apr 2021 10:31:16 +0000 (12:31 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Wed, 21 Apr 2021 14:45:41 +0000 (14:45 +0000)
apps/settings/lib/SetupChecks/SupportedDatabase.php

index ac9138abfc62776f98d3e404677c30da429a2fe5..bf280397c1a0a88f431614be6050fdb78ef39f94 100644 (file)
@@ -74,7 +74,7 @@ class SupportedDatabase {
                                        }
                                } else {
                                        if (version_compare($version, '8', '<')) {
-                                               $this->description = $this->l10n->t('MySQL version "%s" is used. Nextcloud 21 will no longer support this version and requires MySQL 8 or higher.', $row['Value']);
+                                               $this->description = $this->l10n->t('MySQL version "%s" is used. Nextcloud 21 will no longer support this version and requires MySQL 8.0 or MariaDB 10.2 or higher.', $row['Value']);
                                                return;
                                        }
                                }