10up / MU-Migration

This WP-CLI plugin makes the process of moving sites from single WordPress sites to a Multisite instance (or vice-versa) much easier. It exports everything into a zip package which can be used to automatically import it within the desired Multisite installation.
MIT License
324 stars 48 forks source link

Windows support #76

Open J-Rey opened 4 years ago

J-Rey commented 4 years ago

Is your enhancement related to a problem? Please describe. I was able to install on Windows Server without errors but when trying to export then gave an error & didn't work:

Exporting site meta data...
Exporting users...
Exporting tables
'grep' is not recognized as an internal or external command,
operable program or batch file.
Zipping files....
Warning: Unable to create archive

Describe the solution you'd like Either implement full Windows support or do a simple test first before allowing it to be installed

I'm not that surprised that it isn't compatible but Windows is certainly used for development/staging of sites and using MU-Migration & WP-CLI to migrate between different dev environments would be great for multiple reasons.