There are 3 updates, 1 comment.
 
 
XWiki Docker images / cid:jira-generated-image-avatar-1ee94c9b-45b8-4d6e-9b25-b552fac9f3a5 XDOCKER-342 Closed

Document using MySQL with utf8mb4 by using docker-compose

 
View issue   ยท   Add comment
 

3 updates

 
cid:jira-generated-image-avatar-2232f2ee-fc20-4a78-84e8-de4337016975 Changes by Vincent Massol on 19/Jul/26 10:40
 
Assignee: Vincent Massol
Resolution: Cannot Reproduce
Status: Open Closed
 
 

1 comment

 
cid:jira-generated-image-avatar-2232f2ee-fc20-4a78-84e8-de4337016975 Vincent Massol on 19/Jul/26 10:40
 

utf8mb4 is already the default charset/collation for both MySQL and MariaDB in the docker-compose setup - it's set via --character-set-server=utf8mb4 / --collation-server=utf8mb4_bin in the command: section of the generated docker-compose.yml files. This has been the case since XDOCKER-285 (Nov 2023), which predates this issue. The downloadable docker-compose.yml files therefore already produce a utf8mb4 database out of the box, so no documentation change is needed.