Move to another server — Different questions
-
I am quite experienced with WordPress but I have never moved the blog to another server. I did a search and read through tons of topics, including the official How-to move to another server.
Here are the steps that I wanna take and the questions that I have:
1. Save the SQL DB from the current server.
2. Download the full folder where the blog resides
3. Create a new DB on the new server, import the SQL file, upload the full folder, change the settings in wp-config.php to reflect the new DB name and password.Now here are a few things that I am confused about:
– if I look in the SQL file, I see that all my uploaded pictures have an absolute path, for example /home/user/public_html/sitename . The new path is different, something like /home/user1/public_html. My question is: will this path get automatically updated to reflect the new server or I would have to do a search and replace manually?
– second, in the past, the blog was moved one more time and in the SQL file, I see some queries like this: INSERT INTO wp-postmeta…..etc..etc.. wp_attached file , /home/user/public_html/different_folder/
First, the above path is totally different from the ones where the photos were uploaded and second, what is wp-postmeta ? Should I worry about making these changes as well?Thank you and I hope the questions weren’t confusing
- The topic ‘Move to another server — Different questions’ is closed to new replies.