-
Notifications
You must be signed in to change notification settings - Fork 294
Docker error mariadb after update to 2..3.0.2 #6658
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
Comments
Is it using the WSL2 backend or the hyper-v one ? |
The error message says that you're out of disk space. Is that in fact the case? You could try |
Hi, I'have the same problem after update too (using Hyper-V). Someone can explain me how to downgrade to previous version ? Thanks |
i'm using hyper-v |
I ran the commands, cleaned everything, but it still doesn't work ... the same happens on another machine |
Same here, had to uninstall 2.3.0.2 (45183) and install 2.2.0.5 (43884) to get everything up and running again. |
Uninstall docker Download previous version 2.2.0.5 here: After downgrade run ok! |
I was having the same issue that I thought I fixed, but my fix didn't actually mount the FUSE volume. |
While we're investigating this, you might be able to work around the problem and increase performance at the same time. Storing the database files on the host will always be slow, but if the main requirement is to guarantee persistence between runs then a For example:
|
I am having the same issue, therefore the issue only occurs on windows systems. On OSX systems everything runs smoothly.
|
Thank you for your patience, we now have a fix for this issue in a private build for anyone who wants to try it: https://download-stage.docker.com/win/stable/45351/Docker%20Desktop%20Installer.exe |
just tried it. |
The fix has now just been released in Docker Desktop Stable 2.3.0.3, I’ll go ahead and close this issue. |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
After update to 2.3.0.2 docker container cannot working correctly
Expected behavior
Actual behavior
Information
My docker-compose file
I tried other ways to find it here, but none works correctly, before the update was working like this perfectly, tested on another windows 10 machine, with docker and the same problem occurs
without specifying the volume works correctly
LOG ERROR:
2020-05-12 14:41:31 0 [ERROR] InnoDB: preallocating 12582912 bytes for file ./ibdata1 failed with error 38
db_1 | 2020-05-12 14:41:31 0 [ERROR] InnoDB: Could not set the file size of './ibdata1'. Probably out of disk space
db_1 | 2020-05-12 14:41:31 0 [ERROR] InnoDB: Database creation was aborted with error Generic error. You may need to delete the ibdata1 file before trying to start up again.
db_1 | 2020-05-12 14:41:32 0 [ERROR] Plugin 'InnoDB' init function returned error.
db_1 | 2020-05-12 14:41:32 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: