Export 2 Multisite

Exports your standalone database SQL for import into a WP Multisite installation.

Author:Hippocurious Interactive Inc (profile at wordpress.org)
WordPress version required:3.5
WordPress version tested:4.0
Plugin version:0.2
Added to WordPress repository:29-10-2014
Last updated:05-11-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://wordpress.org/plugins/export-2-multisi...
Total downloads:1 569
Active installs:10+
plugin download
Click to start download

Export 2 Multisite exports your standalone database SQL for import into a WP multisite installation. It handles duplicate users (based on email) and will copy over all site settings including Widgets and Menus. You still need to copy the files for your themes, plugins and uploads.

  • This plugin has been minimally tested, but has been used to successfully migrate a handful of standalone sites to a multisite installation.
  • There is a good possibility it won't work for sites that make use of a multitude of plugins - especially plugins that have their own database tables.

Installation

  1. Create a new site on the Multisite.
  2. Copy the plugins and themes from this standalone site to the Multisite.
  3. Copy the files from wp-content/uploads/ on this site to wp-content/uploads/sites// on the multisite.
  4. Backup the database on the Multisite.
  5. Provide the Site ID of the Multisite. This can be found by hovering the mouse over the new site on Network Admin->Sites.
  6. Provide the New URL. Example: //mysite.my-wp-multisite.com
  7. Provide the New file path (The file path of the Multisite installation).
  8. Export the database dump.
  9. Import the SQL into your Multisite installation.
  • Important: The exported SQL will DROP the tables that were created for the Site ID you provided. So only perform this migration on new empty Sites.
  • Note that the you may need to review the exported SQL to ensure that plugin database tables have been exported correctly.
  • The site admin (username and password) is the user you created while creating the new Site, NOT the site admin of this standalone site.
  • The guts of this export plugin were inspired by this blog post
  • The code for this plugin has been modified from the WP Migrate DB plugin, but should not conflict with it in any way.

FAQ
ChangeLog