Moving/altering multisite to single (new server & domain)
-
Hi, we have a legacy .org site that I ported to a new server and .com domain. What I didn’t realize was that the old site was set up with a multisite WPMU system, and indeed the public domain wasn’t the base domain in use; a testing site was.
Even though I did both a search and replace in the db and called the new domain in my functions.php (see https://www.siteground.com/tutorials/wordpress/change-url.htm), when I ported I ended up with various links back to the old stuff that I never could figure out how to get rid of.
Anyway, I decide to try to get rid of the multisite, and so followed instructions such as here: https://www.ads-software.com/support/topic/restoring-multisite-to-single-site-completely
and elsewhere. Included in that was getting rid of these things in my database:
wp_blogs
wp_blog_versions
wp_registration_log
wp_site
wp_sitemeta
wp_signupsand the spam and deleted fields in the users table.
I also reset my wp-config with a default WP version, just with database name, username etc changed.
Unfortunately, I now generate a “Error establishing a database connection” message on both the front and back end. What else do I need to do? Do I need to delete the test blog tables from my database? (I’m wary of doing anything in phpMyAdmin without very specific instructions, as I know virtually nothing about databases.)
I do still have the backups, but I don’t want to just get back to square one. I want to get rid of this multisite mess and not have to worry about it.
- The topic ‘Moving/altering multisite to single (new server & domain)’ is closed to new replies.