- This is not possible using UpdraftPlus.
- Go into SequelPro, locate the tables used by the subsite, Export as SQL
- Open the SQL file in a text editor
- Find & Replace the table prefix as necessary, to match the single site's wp-config (
$table_prefix
) - Create a new WordPress site for the standalone single site
- Go into SequelPro, File > Import: The SQL file
- Also in SequelPro, under the “option_name” column header, change “wp_user_roles” to “YOUR_PREFIX_user_roles“. This fixes the error "Sorry, you are not allowed to access this page" when you visist /wp-admin (https://www.naijatechzone.com/wp-admin-login-error-sorry-you-are-not-allowed-to-access-this-page/)
- Use https://interconnectit.com/products/search-and-replace-for-wordpress-databases/ to replace
YOUR_OLD_DOMAIN_NAME
withYOUR_NEW_DOMAIN_NAME
Created
August 15, 2019 14:43
-
-
Save dotherightthing/5be1ba6f8fa4877a5a0041b2b722895f to your computer and use it in GitHub Desktop.
[Extracting a single site from a multisite database] #wordpress
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment