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

WooCommerce support? #90

Open christianswanepoel opened 3 years ago

christianswanepoel commented 3 years ago

Does the standard export support WooCommerce, or is there a recipe for it to work? I am guessing it needs special table values?

nicholasio commented 3 years ago

There was basic support for WooCommerce, but it hasn't been tested with the recent version which introduced a bunch of changes.

Worst case scenario is that you will probably have to do post-migration tasks to get everything properly migrated.

MU-Migration will migrate all tables within the table_prefix so it should already include WooCommerce custom tables

christianswanepoel commented 3 years ago

I was hoping to split out a single site from a multisite Woo, but I am guessing if I migrate the entire Multisite Environment it should work?

nicholasio commented 3 years ago

I'd try migrating the specific subsite you want first, I don't think there are too many things specific to WooCommerce.