Nícholas André
Nícholas André
@derekPrivate Can you try replacing this line https://github.com/10up/MU-Migration/blob/master/includes/commands/class-mu-migration-import.php#L685 with this: `sed -i'' -e '$sed_command' $filename`
@ppiotr3k Are you importing the exported site in the same subsite? If so this is very likely an unhandled edge case, since when the search-replace takes place to replace the...
This can already be accomplished with the existing wp-cli commands by creating a bash script, e.g: ``` for url in $(wp site list --format=csv --fields=url | tail -n +2) do...
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...
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...
I'd try migrating the specific subsite you want first, I don't think there are too many things specific to WooCommerce.
@alex8276 if you want to clone the whole network you don't need this plugin, you can clone the network as is and do a search-replace. However, if you want to...
@alex8276 Correct, move folders and export and import the database.
Related #47 Looks like something changed in the internal API of WP-CLI. Thanks for you report. I'll look into this soon.
@geneellis @thewizard1002 Can you try again? I have just merged #61. Make sure to update to the latest version.