Preparing to Move To a New Server


(Page 5 of 8)
<< Index Page: Transferring Websites

Please first read the overview on what's involved in the whole process of taking over a site and the previous page about transferring the domain.

The guidance on these pages assumes that the site is a recently purchased one, but the principles are just as applicable if it's your own site you're moving to a new server.

Making a list and checking it twice...

There are so many things that can be missed, it's worth taking the time to draw up a meticulous list of what needs to be done to keep the site ticking over smoothly after the move. Most websites have had a lot of customisation over the years where owners have added their own code, tweaked existing code, added security features, added functionality ... and much more. And, typically, they won't have documentation for all this work carried out!

This is the time to get a formal document together.

Keeping it updated is a good habit too, should the webmaster fall ill and/or someone else needs to take over the site in an emergency.

An easy option is to just let the seller make the transfer and setup for you. If he gets stuck and something doesn't work, there's nobody in a better position than he to fix it... but this has its drawbacks.

It's best to do the transfer yourself. Insist on doing the transfer yourself. Call it a deal breaker if the seller is not willing to give you all the documentation and guides required to do it yourself.

Handling the nitty-gritty of the transfer is a good exercise, gets you familiar with the quirks of your new, expensive acquisition, puts you in a comfortable position should you ever have to move again or solve tech problems and is a good extension to your earlier due diligence work.

It also forces the previous owner to examine and document all that's required for a new owner to setup and configure the site.

So get the seller to put his thinking cap on and assist with the list.

Some suggested lines of thinking (not all are applicable to every site, of course):
 

Advertise in this spot and be the only banner advert on this page!


1. What's required of the hosting?
Have the seller describe in meticulous detail what facilities, services, security and control are required from the host. It may even be worth pointing out the hosting plan you've selected and asking for the seller's formal okay that it meets all of the site's needs.

 For example,

- What OS and server software (Apache/IIS) is needed?
- What bandwidth and storage allowance do I need?
- What size of database is required?
- What database software, database admin software (such as phpMyadmin) and what version is required?
- Any other software required on the server?
- Does Wordpress or some other CMS need to be installed?
- Do I need access to set cron jobs or change conf files?
- Do I need to have access to modify the htaccess file?
- Do I need access to set size of the log files and rotation parameters?
- Do I need to change default SSI extension names from shtml to something else?
- Do I need Frontpage extensions on the server?
- Do I need a dedicated IP?
- How much of power do I need on the server? How resource hungry is the site (in terms of CPU power, memory and storage)?
- If it's an IIS server, do I need root access? Do I need any ISAPI filters?
- Are there any custom modifications you've made that have specific requirements of the server?
- What's the full list of email addresses created at this domain and what are they used for?
- Where are all the forms and where do form submissions go?
- What sub-domains does the site have/had had in the past?
- What widgets and blog addons/plugins are used? What do I need to know about them?
- Any particular security precautions I need to take/make?
- Any particular protection I need to put in place against excessive bot activity, email or form SPAM or other malicious activity?
- How can I retain existing traffic logs/stats?
- Anything else I need to know?

Does all he's listed tally with the plan you've purchased?

2. What affiliate or other codes do I need to change? Adsense publisher IDs and other affiliate codes will eventually need to be changed to your own publisher Due Diligence And Website Buying AssistanceID/account number. You need to ensure that you already have accounts with those third parties as it's not always easy or possible to open an affiliate account.

Can the codes be changed in a single SSI (server side include) file or the CMS, or would they need to be manually done on each page? Can this be safely done with a find and replace?

What about systems in place for breakdown and tracking of earnings? For example, Adsense has channels and the seller may have channels configured to know which pages are the best performers with Adsense. You would need a list of those channels names and numbers and an explanation of what each one relates to if you wish to retain the same reporting format for comparisons.

3. What about order processing and payment facilities? If these facilities are not transferring with the site, do you have something else in place? What do you need? It's not uncommon for a site to have some of its revenue come through Clickbank and CommissionJunction while other revenue comes in through Moneybrokers, RevenueWire, DigitalRiver, IZEA, text-link brokers and others. For every revenue stream do you see a clear route to transferring the revenue to your own account with those providers?

Third party payment processors, like Plimus, are great but it takes a considerable time to get familiar with their interface and set up and to configure the numerous screens on their sites. Have you got all the information you need to do this effectively before your web site starts sending orders to your account?

If some of the payments are via Paypal subscription (typical for membership sites, sites charging a monthly fee for text links etc), the subscriptions can't be transferred from one account to another. How is this going to be dealt with?

4. What's needed to transfer the mailing list? If the seller has a subscriber list using a company such as Aweber then check that the list can be transferred to your account. Aweber, the last I heard, do allow such transfer on payment of a fee. Others don't.

5. What software licences do you need? Licences for the CMS, forum or other software on the site may need to be transferred to your name if you wish to continue to use them legally and have access to bug fixes and upgrades.

6. If the site has affiliates, how are they managed? If it's a third party application then can control be handed over to you or will you lose all the affiliates who are driving the sales?

7. What about agreements with merchants or drop-shippers? Will they transfer their agreements to you and what needs to be done to effect the change?

8. How do I backup the site? If you create a backup of the website using the control panel at the old host, you may be able to move that backup file to your new host and use the control panel to restore all the settings and files for the website in a single step.

9. What control panel is used to manage the site? Most websites depend on a web hosting control panel to make the job of managing the website easier. A control panel will handle website backups, database setup and maintenance, access control, webserver settings and other important but mundane tasks related to maintaining the site. The most common control panels are cPanel, Plesk, and H-Sphere, DirectAdmin, and Webmin, with cPanel being the most common. If the website is currently using a control panel, it would be wise to use the same control panel at your new host to avoid any compatibility issues when moving the site.

etc.

Each site is individual and there can be no comprehensive list of questions that covers every situation. A large dose of common sense combined with careful analysis of current features and operations directs what will eventually end up on your list of questions. While working on the list it may be helpful to create for yourself a note of what checks you intend to do on the transferred site to test it's fully working.

Backing up the site

The entire site needs to be backed up following the instructions you compiled at (8) above. Some files can just be downloaded to your PC via FTP (see next page) or the seller can send you a zipped version of the entire website. But the treatment of databases is trickier. You may need to temporarily shutdown any forum, blog, wiki or other function that calls on the database to prevent corruption while backing up and to ensure no posts are missed between backup and reinstating. Then, if it's relatively small, you can download the database just like you would a normal file (or get it zipped).

Large sites and large databases - some comprising many GB of data - can be transferred directly from one hosting company to another using SSH.  Details are on the next page but this method is a bit more technically challenging. It also suffers from the disadvantage of you not ending up with a backup on your own hard disk.

Now, upload the site >>