Upgrade Mailman's MariaDB to 10.11

We are currently running MariaDB 10.6 for Mailman. We use the
MARIADB_AUTO_UPGRADE flag to automatically upgrade the mariadb
install to 10.11 when switching the image version over to 10.11.
This was successfully performed against several other services
already.

Change-Id: I675753df142d635eca60c15728ece2870b406134
This commit is contained in:
Jeremy Stanley 2024-04-05 20:05:18 +00:00
parent 49093ba65d
commit 6f433da61f
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ services:
MYSQL_USER: mailman
MYSQL_PASSWORD: {{ mailman3_db_password }}
MYSQL_ROOT_PASSWORD: {{ mailman3_db_root_password }}
image: docker.io/library/mariadb:10.6
MARIADB_AUTO_UPGRADE: 1
image: docker.io/library/mariadb:10.11
restart: always
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
volumes: