Upgrade to mysql 9.0.

This commit is contained in:
2024-08-06 19:50:53 +01:00
parent fbaeaee37c
commit 27b4227993

View File

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