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:
parent
49093ba65d
commit
6f433da61f
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user