-
Notifications
You must be signed in to change notification settings - Fork 642
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
Unable to backup DB #6368
Comments
@johndwells this is something that is caused by the Ubuntu 20.04 update. The For now, can you try We also released an update that creates some files for configuring the Also, while you are in the vm, can you run |
@jasonmccallister Gotcha.
Running Results of docker inspect are:
|
Was able to work around this in Craft itself and fix will be included in the next release. To get the fix early, change your "require": {
"craftcms/cms": "dev-develop#eec596dcea3beaeedf4da10128aaee9b2b325d04",
"...": "..."
} Then run |
Craft 3.4.28 is out now with this fix. |
I believe I'm getting the same problem as this with Craft 3.5.2 and Nitro beta 10. Here's the error log:
Can't backup from the Craft Admin or CLI, but as above |
@RyanRoberts Can you create this as a new issue on the Nitro repo? |
I don't know if this is a duplicate of craftcms/nitro#139 but since the error I'm seeing is totally different, I'll just throw this one out as anew...
I'm unable to run a DB backup, fails both from the CLI and web. From the CLI the error reads:
I'm leaving the project & db names intact, in case it's relevant - I am mounting my folder of all projects, and have databases created for each site I want to run...
I've never had reason to look into the
information_schema
table before, so I have no idea what I could be looking at, but I can confirm that there is no table namedCOLUMN_STATISTICS
.Let me know what other info I can provide. This is all running nitro 1.0.0-beta.10.
The text was updated successfully, but these errors were encountered: