-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Docker Image mysql 8.0.37 #1058
Comments
That sounds like |
Thanks for sharing! |
Edit: |
I have the same issue ,when i upgrade my docker from 19.03.9 to 26.1.4,it had been solved. |
try what with seccomp? docker compose does not have that flag |
This comment was marked as off-topic.
This comment was marked as off-topic.
https://docs.docker.com/reference/compose-file/services/#security_opt |
We use MySQL with Docker compose natively, and this morning all our environments that used the 8.0.37 image started to have problems.
Initially we thought our data was corrupt, as the error was this:
And also when starting a new MySQL without any data, the following error appears:
Apparently, all because of this update:
This created a very serious problem for us, as we thought the data was corrupt.
If this helps anyone with the same problem, we had to update to 8.1 and we were successful.
The text was updated successfully, but these errors were encountered: