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

Plugins Status Import #77

Open rootbash opened 4 years ago

rootbash commented 4 years ago

Hi,

Currently when restoring from Zip a message appears that "plugins is activating" But all the plugins are deactivated upon import the approach is safe to keep all plugins inactive. But ideal case would be that the zip should also save the status of the plugins on the source at the time of export and Activate them upon import to the destination. The plugins that are activated on source should also be activated on destination. The plugins that are inactivate on source should remain inactive.