Hey Local team, really appreciate any help.
With the 2.2.1 Update I started getting multiple errors on my sites (Local router problems, 503 errors, all of the above). I had changed my sites’ domain names and worried this was the cause of the issue; without being able to access WP Admin on any of my sites, I tried to uninstall, reinstall, and restore my sites from a local folder.
Unfortunately this didn’t work. I first received the CRITICAL **: the specified directory is not a mydumper backup
error, when running the myloader -p root -d /app/sql --overwrite-tables --database local
command, as discussed in the can’t restore a local site ticket.
Reviewing that ticket’s discussion, I used @clay’s troubleshooting recommendations (delete/recreate metadata file, ensure correct PHP version on new sites) to no avail.
Next, I ran @mrsippy’s code: myloader -p root -d /app/sql --overwrite-tables --database local
, and rather than receiving the unknown collation
error as mrsippy had, I received Error restoring: File doesn't exist
errors:
I can confirm that the SQL files do exist:
Checked the permissions… (At this point, this is well outside of my wheelhouse, so the problem might be obvious to you… I’m lost though.)
Finally, ran the myloader -p root -d /app/sql --overwrite-tables --database local
one more time, and it didn’t kick back the mydumper error
. Thought it was working again, checked the site, and it’s completely blank. None of the SQL is loading, even though, again, it’s there… I’m worried I’m overcomplicating the issue, but it’s driving me up a wall.
I can’t access my dev sites at all – not too big a problem with my live sites, but the ample progress & non-live sites I created in recent weeks are lost if I can’t access them from the Local file/Archive.
Desperate for your help – thank you!
Misha