Webmaster Forum

Go Back   Webmaster Forum > Web Development > Web Hosting Forum

Web Hosting Forum Discuss web hosting related stuff.


Reply
 
LinkBack Thread Tools Display Modes
Old 01-08-2008, 12:29 PM   #1 (permalink)
Member
 
Join Date: 12-31-04
Posts: 54
iTrader: 0 / 0%
Latest Blog:
None

lincolnbill is liked by many
Moving website with a WP Blog?

I am looking to change hosts and have a basic HTML site with a Wordpress Blog installed (and well established).

Therefore, I wanted to know; how hard is it to transfer everything, including the blog, as it is (with all templates etc intact), with minimal downtime?
lincolnbill is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-08-2008, 02:07 PM   #2 (permalink)
Member
 
Abhishek's Avatar
 
Join Date: 05-29-06
Location: India
Posts: 104
iTrader: 0 / 0%
Abhishek is just really niceAbhishek is just really niceAbhishek is just really niceAbhishek is just really niceAbhishek is just really niceAbhishek is just really niceAbhishek is just really niceAbhishek is just really niceAbhishek is just really nice
Send a message via MSN to Abhishek Send a message via Yahoo to Abhishek
Hi there,

For your HTML files it should be a very easy job. Just copy files, stylesheets and images to new servers.

For your wordpress blog, begin by backing up all your data.

- Download all Wordpress files from your old server.
- Download your SQL backup
- Upload the same files to the new server at the same location (if it was on domain.com/wordpress earlier, upload it the same folder on the new server)
- Restore your SQL backup on the new server.
- Edit wp-config.php to suit your new server SQL database details.

Voila! You're done!
Abhishek is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-08-2008, 02:11 PM   #3 (permalink)
Contributing Member
 
Good Morning's Avatar
 
Join Date: 12-27-07
Location: North Carolina
Posts: 690
iTrader: 1 / 100%
Good Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really nice
Step 1: Get the files backed up from your ftp onto your desktop in a folder, then back up your database for the wordpress. (Save it as a sql.gz)

Step 2: Get your new host up and running and load the backed up files onto your new server.

Step 3: Create the database of the wordpress and load the backed up one you have saved.

Step 4: Load the database on your new server and make sure that the config settings for the wordpress matches the new database name from your host. Ex: username_databasename

Step 5: Point your new domain to the new hosting and make sure it is in there correctly, wait 12-24 hours to allow the DNS to kick in.

Step 6: Leave the files on your existing host and then when your new one has kicked on, you're in business.

To check if your DNS has been completed, use http://www.whois.com

Hope this helps!
__________________
General Forums - Every Topic in One Forum
http://www.generalforums.org
Good Morning is online now  
Add Post to del.icio.us
Reply With Quote
Old 01-08-2008, 02:42 PM   #4 (permalink)
Member
 
Join Date: 12-31-04
Posts: 54
iTrader: 0 / 0%
Latest Blog:
None

lincolnbill is liked by many
cheers guys, much appreciated.

Do I need to install Wordpress again when I upload things to the new server?

Also, whats the best way to backup the database? I use mysql administrator for general day to day backups - should I use that?
lincolnbill is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-08-2008, 03:17 PM   #5 (permalink)
Contributing Member
 
Good Morning's Avatar
 
Join Date: 12-27-07
Location: North Carolina
Posts: 690
iTrader: 1 / 100%
Good Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really nice
Use the phpmyadmin in your cPanel under MySQL databases if it's not listed on the main page of the cPanel.

Secondly, you will need to edit the wp-config.php ONLY to set your database username and password.
__________________
General Forums - Every Topic in One Forum
http://www.generalforums.org
Good Morning is online now  
Add Post to del.icio.us
Reply With Quote
Old 01-08-2008, 03:37 PM   #6 (permalink)
Member
 
Join Date: 12-31-04
Posts: 54
iTrader: 0 / 0%
Latest Blog:
None

lincolnbill is liked by many
Quote:
Originally Posted by Steven Myers View Post
Use the phpmyadmin in your cPanel under MySQL databases if it's not listed on the main page of the cPanel.

Secondly, you will need to edit the wp-config.php ONLY to set your database username and password.
I don't have cPanel with my host - does this matter?

Thanks again - this advice is invaluable!
lincolnbill is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-08-2008, 07:00 PM   #7 (permalink)
Contributing Member
 
Good Morning's Avatar
 
Join Date: 12-27-07
Location: North Carolina
Posts: 690
iTrader: 1 / 100%
Good Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really niceGood Morning is just really nice
Use the mysql administrator to back up, this is all you need and in which it should allow you to upload as well to the new server (which is a no brainer by all programmers to add in their applications)

Glad it's useful!
__________________
General Forums - Every Topic in One Forum
http://www.generalforums.org
Good Morning is online now  
Add Post to del.icio.us
Reply With Quote
Old 01-09-2008, 12:14 PM   #8 (permalink)
Banned
 
Join Date: 08-14-07
Posts: 354
iTrader: 0 / 0%
Latest Blog:
None

iHubNet-Matt is on the right pathiHubNet-Matt is on the right path
Do you have any control panel in your current host? If you have a control panel there will be some easy way for transferring if you are moving to the same control panel itself.
Or as every one suggested, you will have to copy over your files and will have to export the mysql database and import it in the new server. May be yuo can ask your new host to do this after providing the database dump.
iHubNet-Matt is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-10-2008, 12:28 AM   #9 (permalink)
Member
 
Join Date: 12-13-07
Location: KL
Posts: 36
iTrader: 0 / 0%
xbrain is liked by many
Send a message via Yahoo to xbrain
it's not that tough but mayber if your firs time you will feel hard to do.
you can find articles teach you on how to do it in the net

search for migrating a wordpress blog tutorial
xbrain is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-27-2008, 10:08 AM   #10 (permalink)
Junior Member
 
Join Date: 04-06-06
Posts: 14
iTrader: 0 / 0%
Latest Blog:
None

kashem is on the right pathkashem is on the right path
I have done the same , moved wordpress blog from one host to another following instruction from wordpress. Search there you will find step by step instructions
kashem is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Hosting Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

BB 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 a blog to new host fotoviva Blogging Forum 0 07-25-2007 05:00 AM
Moving Wordpress blog to new server seasickmedia Blogging Forum 10 06-18-2006 11:40 PM
moving a website and keeping the PR Seanny Domain Name Forum 3 02-02-2005 04:56 AM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 01:32 PM.
© Copyright 2008 V7 Inc
Powered by vBulletin
Copyright © 2000-2009 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.