Mention MariaDB in MySQL support warning

This commit is contained in:
Claas Augner 2021-04-09 12:31:16 +02:00 committed by backportbot[bot]
parent 144976bcb0
commit c0bd430246
1 changed files with 1 additions and 1 deletions

View 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;
}
}