MU-Migration icon indicating copy to clipboard operation
MU-Migration copied to clipboard

Windows 10 + Local by Flywheel - Can't locate the .zip

Open aabergkvist opened this issue 7 years ago • 4 comments

Hi!

I've managed to install MU-migration without problems on my win10 + local by flywheel setup.

The export works fine, tells me a .zip has been generated. However, I can't find it, anywhere.

Been using different types of windows search applications, included hidden folders/files etc.

Any ideas?

aabergkvist avatar Apr 23 '19 20:04 aabergkvist

Did you run it inside local by flywheel? what was the path that you specified? if you just specify the file name it should create the zip file in the current directory

It might be that you're creating the zip inside the VM in a location that is not mounted in your windows host.

nicholasio avatar Apr 23 '19 22:04 nicholasio

@aabergkvist , Hello I am also interested in this question. Just once MU-migration is installed (wp package install 10up/mu-migration), when I run the command "wp mu-migration export all mysite.zip --themes --plugins --uploads", I get the following error:

'grep' is not recognized as an internal command.
or external, an executable program or a command file.
mysqldump: Got error: 2003: Can't connect to MySQL server on 'localhost' (10061) when trying to connect

Could you tell me how you managed to overcome this issue?

Likwix avatar Feb 25 '20 01:02 Likwix

Hello @Likwix

mysqldump: Got error: 2003: Can't connect to MySQL server on 'localhost' (10061) when trying to connect - Please add mysql path in environment variable.(ex: G:\wamp64\bin\mysql\mysql5.7.28\bin added to control pannel -> system -> advanced ->Environment Variables -> Select Path -> Edit and add this (G:\wamp64\bin\mysql\mysql5.7.28\bin) ).

'grep' is not recognized as an internal command. - You need to install Cygwin64 Terminal for windows

I hope this will work for you.

jitendrabanjara1991 avatar Aug 18 '20 10:08 jitendrabanjara1991

@aabergkvist and @Likwix have you tried installing Cygwin64 Terminal for Windows as noted by @jitendrabanjara1991?

jeffpaul avatar Sep 02 '20 02:09 jeffpaul