Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nunomorgadinho/108c74d8a4ca54b670e0c47366e60d7d to your computer and use it in GitHub Desktop.
Save nunomorgadinho/108c74d8a4ca54b670e0c47366e60d7d to your computer and use it in GitHub Desktop.
Export and import a subsite into multisite
# Install 10up/mu-migration
wp package install 10up/mu-migration
# Command to export
wp mu-migration export all subsite.zip --blog_id=1
# Command to import
wp mu-migration import all subsite.zip --new_url=3316b88deb.nxcli.net/dk-0037 --mysql-single-transaction
# Additional steps
#a. copy uploads folder
#b. go into WooCommerce -> Tools -> Verify database to make sure sessions tables were created
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment