WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > eCommerce > Hosting Issues
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Hosting Issues This forum deals with various web hosting issues that Webmasters deal with. Everyone is encouraged to share thier ideas and concerns.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-07-2008, 08:55 AM
mryang's Avatar
mryang mryang is offline
WebProWorld Pro
 

Join Date: Jul 2003
Location: uk
Posts: 113
mryang RepRank 1
Default Moving to new server

Hi everyone,

I currently have a managed service on a box that is now just over 3 years old.

We are ready to move to a new server and it is all scheduled to happen over the next month and a half.

There are currently 33 websites hosted on my box, we have decided to virtulise the new machine and separate the three main websites into their own areas and allocate resources appropiately - obviously the new server is far higher spec than the one we are moving from.

My question is this - should I worry about rankings changing on Google etc once we move to the new server? Are there any other issues I should look out for our advice from others that will help me through my migration.
__________________
http://www.dvd-and-media.com/ Largest suppliers of DVD cases in the UK
http://www.talkangling.co.uk/ Busiest fishing tackle and angling chat site in the UK
Reply With Quote
  #2 (permalink)  
Old 05-07-2008, 10:17 AM
Dubbya's Avatar
Dubbya Dubbya is offline
WebProWorld 1,000+ Club
 

Join Date: Nov 2006
Location: Steinbach, Manitoba, Canada
Posts: 1,167
Dubbya RepRank 3Dubbya RepRank 3
Default Re: Moving to new server

Here ya go! Clear concise instructions for server migration straight from Google's main man.

Matt Cutts provides a pretty authoritative guide in his blog at:
Moving to a new web host

Considering the number of sites you're hosting, It appears you may have to "rinse and repeat" a few times.

Good Luck

.02
__________________
Printer ink, inkjet & toner cartridges in Canada
"Price-wise printing supplies"
inkjetOasis.ca
Reply With Quote
  #3 (permalink)  
Old 05-07-2008, 10:30 AM
wige's Avatar
wige wige is online now
Moderator
WebProWorld Moderator
 

Join Date: Jun 2006
Location: United States
Posts: 1,648
wige RepRank 4wige RepRank 4wige RepRank 4
Default Re: Moving to new server

As far as my own experiences and what I have read from representatives of various search engines and SEOs who have done migrations similar to yours, if you are doing a horizontal migration, where the site structure and content will remain the same, you should not notice any difference at all.

One of the issues that I have seen mentioned is concern over the change in IP address. Search engines cache DNS information (which maps what domains point to what IP addresses) to reduce their load on the DNS system. As a result, after a move there is a small chance that a search engine could lose your server for up to a week, possibly longer. This is extremely rare, and is preventable. The DNS system takes about 24 hours to update. After moving to the new server and adjusting your DNS entries to direct traffic to that new location, leave your existing server active for three times that duration (72 hours). At the end of that period, set the old server to respond to requests with a "Bad Request" message. This should force search engines to update their cache immediately, and guarantee that the engines get the correct new information.

The only other major issue is related to downtime. Most migration strategies address this to minimize downtime, but it is good to remember two things. First, search engines expect sites to occasionally encounter outages. A few minutes or even a few hours of downtime while migrating should not affect your rankings, although your site could, in theory, be blocked from the SERPs until the search engines see it is back online. Again, this is extremely rare, and is mostly an issue after prolonged outages. A short outage is not a reason to panic.

Second, remember your visitors. Your site may get traffic at all hours of the day, and your customers will not be as forgiving as a search engine. A generic server-generated error could lose you a loyal customer. Plan for the possibility of an outage in advance by creating a error page (in html in case there is a problem with the scripting engine) that fits the look and feel of your site, and containing a message about how you are improving the site and apologize for the temporary inconvenience. Add the following lines to your htaccess file:

#ErrorDocument 503 /absolute/path/to/errormsg.html
#RedirectMatch 503 .*

If you have downtime, simply delete the "#" at the beginning of each line. Once the issue is corrected, reapply the # and your site will resume normal operation.
__________________
The best way to learn anything, is to question everything.
Interestingly Average Security Blog
Reply With Quote
  #4 (permalink)  
Old 05-07-2008, 05:43 PM
jestep jestep is offline
WebProWorld 1,000+ Club
WebProWorld Moderator
 

Join Date: May 2004
Location: Austin, TX
Posts: 1,330
jestep RepRank 0
Default Re: Moving to new server

One thing that I have found extremely useful is to use offsite DNS. We currently use dns made easy, but there are several other good companies that can provide remote dns. By running your dns on a 3rd party server you can switch server much more easily, and if you lose your server, your DNS is still fine. With this type of dns setup you can have both server running at the same time, set a very low TTL, and then when you point the websites at the new server you can revert quickly if something goes wrong.
Reply With Quote
  #5 (permalink)  
Old 05-07-2008, 06:08 PM
ArthurNYC ArthurNYC is offline
WebProWorld Member
 

Join Date: May 2007
Location: Delray Beach, FL
Posts: 40
ArthurNYC RepRank 0
Default Re: Moving to new server

If you are going to duplicate the sites then the transfer process should be seamless. Once the sites are ready to go, you switch name servers on all the sites and over time, people (robots) can funneled to the new site.

Issues come if you have DB's but if you are just upgrading/changing servers within the same network that would be seamless too. Update the DB to the new server, change ALL the sites to reference the new DB and then do the switchover. Anyone hitting the old site while DNS propagates will still be referencing the new DB.

But what do I know, I am still using an abacus.

Arthur
Reply With Quote
  #6 (permalink)  
Old 05-07-2008, 09:31 PM
advancedmerchant's Avatar
advancedmerchant advancedmerchant is offline
WebProWorld Pro
 

Join Date: Aug 2003
Location: Fullerton, CA
Posts: 135
advancedmerchant RepRank 1
Default Re: Moving to new server

Put simply, your rankings are tied to your URL (which will not change), rather than the IP address (which changes with the box).
__________________
Accept Credit Cards Anywhere!
www.merchantanywhere.com
Reply With Quote
  #7 (permalink)  
Old 05-07-2008, 10:13 PM
Tig's Avatar
Tig Tig is offline
WebProWorld Member
 

Join Date: Jul 2003
Location: Tacoma, WA
Posts: 45
Tig RepRank 0
Default Re: Moving to new server

I was a network engineer for far longer than I care to admit... , but I've been able to use that experience to help with migrating my sites.

I have moved up to 50 sites at a time (kind of forced to), and I've done it several times. If you do these steps, you should have no problem:

1. upload all sites to new server. don't change anything for now, just upload an exact copy of all the sites to the new server.
2. Make sure you have databases, email accounts, etc. running on the new server. Print the documentation out, it helps.
3. Take your least important site and change the NS on it. That way, if there are any problems, it doesn't affect the most important site.
4. Test it, test it, and test it again. Get everyone in the office to test it. Test it for at least 3 days so you can be assured the new NS has propagated throughout the Internet.
(This has an added benefit if some of these sites are linked to each other. Google minimizes the importance of linked sites that are on the same IP. By taking your time to move them, Google will see them on separate IP's, and possibly raise your PR and ranking. That happened on my sites once.)
5. Delete the site from the old sever, and test again. I've seen where broken code and improperly migrated databases worked because they were on the old site too. Sometimes linking will be by IP also, and you won't catch that until you delete the site from the old server.
6. Change the password. Not necessary, but recommended. One time I changed servers, and the people at the old datacenter didn't want me gone so they went in and changed the A records back to their servers.
7. Go to next site.

Hope this helps!
Ty
__________________
I may disagree with what you say, but I will defend, to the death, your right to say it.
Daffodil Valley Times, Tacoma Web Designers, $3.99 Web Hosting
Reply With Quote
  #8 (permalink)  
Old 05-07-2008, 10:58 PM
villageloop's Avatar
villageloop villageloop is offline
WebProWorld New Member
 

Join Date: Dec 2007
Location: South Florida
Posts: 22
villageloop RepRank 0
Default Re: Moving to new server

Quote:
Originally Posted by advancedmerchant View Post
Put simply, your rankings are tied to your URL (which will not change), rather than the IP address (which changes with the box).
I like this answer the best!!!


however everyone has provided some insight and since this is a timely matter for me, I thank you all.
Reply With Quote
  #9 (permalink)  
Old 05-07-2008, 11:50 PM
Orion's Avatar
Orion Orion is offline
WebProWorld Veteran
 

Join Date: Sep 2003
Location: Halton Hills, ON
Posts: 553
Orion RepRank 2
Default Re: Moving to new server

In my experience (over ten years, many moves and upgrades) so long as your site doesn't go down no problem..

The only negative I ever had was that one time we took a site from a dedicated IP to a shared IP and it seemed to mildly affect the rankings for a couple weeks, but no guarantee that was what caused the slip either.

Best of luck on the move!
__________________
Ron Boyd
Web design & site management :: Ron's blog
Reply With Quote
  #10 (permalink)  
Old 05-08-2008, 12:31 AM
yookoso yookoso is offline
WebProWorld New Member
 

Join Date: Aug 2005
Posts: 8
yookoso RepRank 0
Default Re: Moving to new server

You might find Webmaster Sherpa - Setting Up / Moving Servers - A New Server Checklist useful as well...
__________________
http://www.webmastersherpa.com
Reply With Quote
  #11 (permalink)  
Old 05-08-2008, 01:44 AM
newsblaze newsblaze is offline
WebProWorld Member
 

Join Date: Mar 2005
Location: California
Posts: 28
newsblaze RepRank 0
Default Re: Moving to new server

I moved a live newspaper with hundreds of thousands of pages to a new server. Everything is dynamic, so content is being added by multiple journalists and editors all the time. No problem.

Main advice:
1. test everything before the big switchover
2. a week before you do the move set your DNS refresh times to around an hour. Then down to 15 minutes, 24 hours before the move. Change the times back a few days after the move.
3. have some time where you don't add any new content
4. Do what Tig said

After you make the switch, some people will still be accessing the old site on the old IP address for several days. That is because some DNS is brain dead and no matter what time your DNS tells it to use, they do what they please. I saw some calls still accessing the old machine a week later. This may also help you to find robots that need to be blocked.

Luckily, the search engines are not that brain dead.
We saw no loss of traffic.

NOTE: Do NOT screw around with document names or structure.
I can't believe the number of people who mess this up, expecting everything to still work. If you do, you lose inbound links and search engine traffic. You may as well just turn off the machine and take up playing minefield - you're screwed.
__________________
Alan Gray, NewsBlaze.com Daily News
Myspace, Twitter
Reply With Quote
  #12 (permalink)  
Old 05-08-2008, 05:30 AM
astro astro is offline
WebProWorld Member
 

Join Date: Oct 2006
Location: A Small Greek Island
Posts: 68
astro RepRank 1
Default Re: Moving to new server

I did this a while back and noticed the ratings in certain criteria or if you like search terms improved slightly!

I put this down to the reciprocal/back links no longer coming from similar ip addresses.

astro
__________________
Chill & be happy with www.astro-holidays.com
Reply With Quote
Reply

  WebProWorld > eCommerce > Hosting Issues
Tags: moving server



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
moving to uk server and .co.uk domain ? rmoss_uk Google Discussion Forum 5 12-14-2006 05:52 AM
Will G penalise me for moving a site to my server jvmills Google Discussion Forum 1 12-02-2004 09:35 AM
moving my site to a new server tr3nt Search Engine Optimization Forum 8 09-22-2004 02:22 PM
Moving server dukeofmodena Google Discussion Forum 2 08-26-2004 10:14 AM
Moving server> trouble with subs MartinHa IT Discussion Forum 0 10-26-2003 06:24 AM


Search Engine Friendly URLs by vBSEO 3.0.0