Upgrade to 9.4

This commit is contained in:
2025-09-27 17:14:26 +01:00
parent f0fcea7645
commit 0b0ba486a5

View File

@@ -18,7 +18,7 @@ job "mysql" {
driver = "docker" driver = "docker"
config { config {
image = "mysql:9.3" image = "mysql:9.4"
args = [ args = [
# 300M, up from default of 100M # 300M, up from default of 100M
"--innodb-redo-log-capacity=314572800", "--innodb-redo-log-capacity=314572800",