Skip to content

Commit

Permalink
(fix) - O3-3131 use utf8mb4 text encoding for MariaDB to handle all u…
Browse files Browse the repository at this point in the history
…tf8 characters
  • Loading branch information
chibongho committed Apr 27, 2024
1 parent e2d15ac commit b370e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
db:
image: mariadb:10.11.7
restart: "unless-stopped"
command: "mysqld --character-set-server=utf8 --collation-server=utf8_general_ci"
command: "mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_general_ci"
healthcheck:
test: "mysql --user=${OMRS_DB_USER:-openmrs} --password=${OMRS_DB_PASSWORD:-openmrs} --execute \"SHOW DATABASES;\""
interval: 3s
Expand Down

0 comments on commit b370e19

Please sign in to comment.