Skip to content

Commit

Permalink
Merge pull request #26474 from nextcloud/caugner-patch-mariadb-in-mys…
Browse files Browse the repository at this point in the history
…ql-support-warning

Mention MariaDB in MySQL support warning
  • Loading branch information
MorrisJobke authored Apr 21, 2021
2 parents d1db7ab + 17963ea commit 3e7f7e5
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 3e7f7e5

Please sign in to comment.