Hi guys, let's say I'd need to move a wordpress blog residing on my domain from a shared hosting account to dedicated hosting how would I do that? I'm not so familiar with the process. I know it's not difficult when you have a website only, just make a backup and re-upload to another host. But with a wp blog you also have a mysql database and I don't know how I'd have to do the transfer etc. How do I transfer everything completely without any loss? Furthermore, is there a way to do a smooth transfer without having your blog go offline? There is only my blog on this domain. Thanks for your help.
take the sql db that you have make a back up of it, them when you re upload all of the wp files that you currently have take the sql database and upload it , should work fine then
http://codex.wordpress.org/Moving_WordPress#Moving_WordPress_to_a_New_Server Looks like you just edit the wp-config.php with the new servers settings. You may have to use the phpMyAdmin system.
Here ya go: http://www.downloadsquad.com/2006/10/16/how-to-move-a-wordpress-blog-to-a-new-host-dls-recipe/
Uff, that is more complicated then I thought... actually the domain and hosting provider would stay the same, only the server would change. At http://codex.wordpress.org/Moving_WordPress#Moving_WordPress_to_a_New_Server it says This means that nonetheless I have to make a backup of WP and database, right?
The description is a bit vague of which files to make a backup from. Shall I just save the whole WP folder and re-upload to the new server then? I already made a backup of the db.
Just download wordpress and upload on new server and run database backup moreover config.php with database info (New one ) Saad
If you are moving to your dedicated server have root access download full backup from backup option select remote ftp backup option and then in dedicated server u can restore it. It will be done with in 2 mins.
Even if you have cpanel/whm you can use whm account transfer tool anyway..if you want no downtime then set your blog on your server first then update ns Saad
So before I make a restore on the new server I'd have to first install WP on it, correct? 1. Install WP on new server 2. upload sql backup from old WP blog 3. upload/overwrite that new WP installation with all files from the old WP? Would that approach be correct? On my current shared hosting I only have cpanel with fanastico, with which I installed WP with 2-3 clicks. A little confusing which order to do what in order not to lose anything incl. custom changes in the templates.