Ah, okay. The log does look good for now!
How big is the database? Roughly speaking.
Ah, okay. The log does look good for now!
How big is the database? Roughly speaking.
Okay. Iām a little bit of a newbie and more of a designer than a techie. Iām embarrassed to say that I donāt know how to get that information. Please guide me. :\
My site folder is showing 102 mb. (5089 files and 638 folders)
No worries!
Iām simply asking if there are a lot of posts, pages, etc. Is it an e-commerce site? Are there quite a few products and payments if so?
One thing you can also try is right-clicking on the site then going to āOpen Site SSHā and then entering:
rm -rf /app/sql && mydumper -p root -x '^(?!(mysql))' --outputdir /app/sql
You can copy and paste it. In cmd.exe I believe you can paste simply by right-clicking. After you paste it press enter. Wait for that command to run and then copy and paste the output here.
Thatās what the stop site process is trying to run but in case itās getting hung up somewhere this should show some more information.
Itās telling me that " ārmā is not recognized as an internal or external command, operable program or batch file."
This is an e-commerce site with a bunch of dummy products in it, google map, contact form 7, a few pages, and about 5 posts.
Can you screenshot the Cmd window? You shouldnāt be seeing that rm
error as long as itās connecting to the site properly.
Aha. Can you try quitting Local and then starting the site youāre trying to export?
Then, you can try running that command again.
Sorry for the runaround on this!
No problem. Iām just happy youāre sticking with me. Iāll get right on that!
I got the same message as before. I just exited out of Local. Maybe I should close it in Virtual Box?
I tried closing Local in Virtual Box, Reopening, and running the command again and I got the same as above.
Thanks to Clay hanging in there with me, I did get my site back!