Commit 4c049158 authored by nimrod's avatar nimrod
Browse files

fixup! Upgrade MariaDB.

parent 24ce5c3e
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ services:
      --binlog-format=ROW
      --innodb-read-only-compressed=OFF
    environment:
      MARIADB_AUTO_UPGRADE: "1"
      MYSQL_DATABASE: &mysql_database nextcloud
      # yamllint disable-line rule:line-length
      MYSQL_PASSWORD: &mysql_password ${MYSQL_PASSWORD:-foo}  # pragma: allowlist secret
@@ -57,7 +58,7 @@ services:
      test:
        - CMD-SHELL
        - >-
          mysql
          mariadb
          --user "$$MYSQL_USER"
          "--password=$$MYSQL_PASSWORD"
          --execute 'SHOW DATABASES;'