returnSetupResult::warning($this->l10n->t('MariaDB version "%s" detected. MariaDB >=10.3 and <=10.11 is suggested for best performance, stability and functionality with this version of Nextcloud.',$version));
returnSetupResult::warning($this->l10n->t('MySQL version "%s" detected. MySQL >=8.0 and <=8.3 is suggested for best performance, stability and functionality with this version of Nextcloud.',$version));
}
}
@ -82,8 +82,8 @@ class SupportedDatabase implements ISetupCheck {
$versionlc=strtolower($version);
// we only care about X not X.Y or X.Y.Z differences
returnSetupResult::warning($this->l10n->t('PostgreSQL version "%s" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud.',$version));