Replies: 1 comment
-
Ok, I fixed the problem. I noticed that, by default, Local uses Nginx instead of Apache. Apparently the connection with the db trough Nginx is not supported by Local and I was unable to retrieve the db because of the webserver directives. Hoping that this helps out someone in my same situation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guy, I'm stuck while downloading the DB from a staging environment. I really hope someone can give me a hint to fix/resolve the problem.
Preface: I had to wipe my Mac and I upgraded the OS from Catalina to Ventura (13.5). Utill the refresh, I was working with the combo MAMP + WordMove but I decided to give a chance to Local (by Flywheel) as it comes with a lot of interesting features. I set up a sample site, loaded the movefile I was using until the last week (it was working like a charm), changed the local information and tried to pull the whole site. As the ssh connection was ok and the files have been downloaded correctly, the download of the DB freezes at the very first step
The temporary db file has been created correctly (I can see the file on wp-contents/) but it remains empty (zero kb size). As the file has been created, I suppose the read/write permissions are correct (the site files and the db dump shares the same user and the user-group).
I tried with the
--verbose
option but got no new info about the problem.Can anyone help me or give me some hint to solve the problem? My task queue is growing and growing and it is not suitable migrate by hand (mostly because I already have all the movefiles configured).
If it can helps, the exactly same error happens using DevKinsta app.
Please, help!
Beta Was this translation helpful? Give feedback.
All reactions