MU-Migration
MU-Migration copied to clipboard
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 auto...
### Description of the Change - Closes https://github.com/10up/MU-Migration/pull/95 ### How to test the Change Run a single site to multisite import. No PHP deprecated warnings should output to the console....
### Description of the Change Replaced deprecated function `insert_blog()` with `wp_insert_site()`. When running `wp mu-migration import all` without passing a value for `--blog_id`, `create_new_site()` returned `false` . This update returns...
### Describe the bug When running a migration with any option, I get the error `Warning: Something went wrong while running sed` multiple times, followed by database errors. On dumping...
### Describe the bug when importing a site **with the option** `blog_id=2`, error `Importing tables...` `Warning: Something went wrong while running sed` `Warning: Something went wrong while running sed` `Warning:...
I export a subsite from a live system: wp mu-migration export all subsite.zip --blog_id=2 --path=/var/www/html/wordpress --plugins --themes --uploads I then import into a new (clean, multisite) Wordpress installation: wp mu-migration...
### Describe the bug I got these error when trying to export my multisites: ``` anh_legiang@grow:/home/grow.vn/public_html$ wp mu-migration export all site.zip --plugins --themes --uploads PHP Warning: Version warning: Imagick was...
**Describe the bug** When cloning a subsite in a multisite install using export/import, the source subsite domain is updated to the target subsite URL. **Steps to Reproduce** 1. `wp mu-migration...
**Is your enhancement related to a problem? Please describe.** Once WordPress 5.9 is released, we'll want to test MU Migration to see if any incompatibility issues arise. **Describe the solution...
**Is your enhancement related to a problem? Please describe.** In a site I am managing, we use multiple roles to define which parts of the website (corresponding to different products)...
Hi, I have noticed if I try to import from a subsite within a multi-site network into a single site the users that are setup network wide are messed up....