Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Migrate to new server with near 0 downtime.

  1. #11
    Join Date
    Mar 2009
    Beans
    1,982

    Re: Migrate to new server with near 0 downtime.

    Are you using some sort of version control software for your php/css/html?

    This sort of situation is one of the more compelling examples of why that sort of thing is needed IMO. Put your entire site/sites into source control, check it out at your new server, get a recent copy of the mysql database up and going, and then test it before the changeover.

    In the end, the final transfer can be what everyone else has already said, but to test it out in advance removes quite a bit of doubt and lowers your blood pressure to boot.

  2. #12
    Join Date
    Feb 2008
    Beans
    39

    Re: Migrate to new server with near 0 downtime.

    Version control is not a problem. FTP and a few commands will easily get the site running on a new server. I'm just looking for a way to minimize the confusion the DNS change causes. During the change the DNS likes to swap back and forth between IPs. This causes havoc on a website that uses sessions. The sessions are stored in the database so I think using telling the old server to use the new server for MySQL during the DNS change will work best.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •