Can someone help me see what I might be missing? I'm upgrading a 2.6.5 WPMU install to 2.7.1.
I first want to try this on my local machine before doing it on the production server. However, the end result of just re-creating the 2.6.5 environment on my local machine is broken and I can't get beyond that to then try the upgrade to 2.7.1. I want to make sure it can run and do the upgrade before I do anything on Production.
Here are the steps I'm following.
1. Install WampServer Version 2.0 and get it running
2. Point Apache docroot to c:\wamp\www where WPMU 2.6.5 files are located.
3. Do all the Readme.txt steps to get 2.6.5 running. Check that the currently blank root blog and admin pages are accessible via the browser. They are.
4. In Notepad++, open backup.sql file containing all SQL statements to re-create the production database. Find/Replace any instance of the production server domain name scheme to that of the localhost (i.e. abc.blogs.company.com --> abc.blogs.localhost). The root blog's title, which is "blogs@company", remains unaltered.
5. Run backup.sql script in MySQL Administrator on local machine to drop and recreate tables and data. No errors occur, so all seems to be in order.
At this point, if I understand correctly, I should be able to access http://blogs.localhost, see the "blogs@company" blog, and essentially be running a copy of what was on production on my local machine, being able to see a snapshot of all content and functionality at the time the backup was made. However, after the DB restore I only see a new blog generically named "My Weblog". No content in it and no sign at all of the root blog titled "blogs@company".