Skip to content

Commit

Permalink
Merge pull request #26684 from nextcloud/backport/26474/stable20
Browse files Browse the repository at this point in the history
[stable20] Mention MariaDB in MySQL support warning
  • Loading branch information
MorrisJobke authored Apr 22, 2021
2 parents bef596d + 3082777 commit 3c9b923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/settings/lib/SetupChecks/SupportedDatabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function check() {
}
} 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;
}
}
Expand Down

0 comments on commit 3c9b923

Please sign in to comment.