Skip to content
Snippets Groups Projects
Verified Commit 3d0cf2b2 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[Etherpad] Bump to MySQL 8 : hope performance increases

parent f88f3f28
No related branches found
No related tags found
No related merge requests found
Pipeline #54895 passed
......@@ -40,7 +40,7 @@ services:
- docker_default
etherpad-db:
image: mysql:5.7
image: mysql:8
container_name: etherpad-db
security_opt:
- no-new-privileges
......@@ -52,6 +52,6 @@ services:
env_file: ./secrets/etherpad-db.secrets
restart: unless-stopped
# See https://stackoverflow.com/questions/41134785/how-to-solve-mysql-warning-innodb-page-cleaner-1000ms-intended-loop-took-xxx
command: --innodb_lru_scan_depth=128
command: --innodb_lru_scan_depth=128 --default-authentication-plugin=mysql_native_password
networks:
- docker_default
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment