Merge pull request #150527 from malte-christian/master

nixos/nextcloud: update warning for MariaDB >= 10.6
This commit is contained in:
Maximilian Bosch 2021-12-13 15:21:16 +01:00 committed by GitHub
commit bedca751c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -526,8 +526,8 @@ in {
# FIXME(@Ma27) remove as soon as nextcloud properly supports
# mariadb >=10.6.
isUnsupportedMariadb =
# All currently supported Nextcloud versions are affected.
(versionOlder cfg.package.version "23")
# All currently supported Nextcloud versions are affected (https://github.com/nextcloud/server/issues/25436).
(versionOlder cfg.package.version "24")
# This module uses mysql
&& (cfg.config.dbtype == "mysql")
# MySQL is managed via NixOS