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
329 stars 47 forks source link

export all doesn't, export all that is #75

Open patbell101 opened 4 years ago

patbell101 commented 4 years ago

Describe the bug export all doesn't, export all that is it just create a zip without uploads, plugins and themes.

Steps to Reproduce

  1. go to /public
  2. enter on 'wp mu-migration export all sitename.zip
  3. result:Exporting site meta data... Exporting users... Exporting tables Zipping files.... Success: A zip file named sitename.zip has been created

Expected behavior

I expect ALL to be exported, as if I enter --themes --plugins --uploads as params too

Screenshots

Environment information

Additional context