Go Back   Cloud Computing > Support > vps hosting
 

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 04-30-11, 01:39
BOD Member
 
Join Date: Jan 2011
Posts: 37
Default Migrate wordpress site

Hi,

I need to move my wordpress site to my new server.

Anyone have Ideas how to do it ?

Please help !
Reply With Quote
  #2 (permalink)  
Old 04-30-11, 01:41
BoD - Chris's Avatar
Moderator
 
Join Date: May 2010
Location: at My Home ;)
Posts: 92
Send a message via Skype™ to BoD - Chris
Default

It's very easy just:
1) Move db
2) Move files
3) set new DB access data for wp-config.php
4) set permission 777 for wp-content/uploads/ directory

if on plesk use the migration manager if on cpanel create a cpmove file and ftp it to the new server and then restoer the cpmove file

That's it
__________________
Regard's
___________________
Chris
Windows Support Team
BODHost.com
=========================================
Linux Dedicated Server || Windows Dedicated Server
---------------------------------------------------------------------
Secure Your Data with our Off-Site Back-Up Solutions
=========================================
Follow BoDHost on Twitter
Reply With Quote
  #3 (permalink)  
Old 04-30-11, 02:26
BOD Member
 
Join Date: Dec 2009
Posts: 3
Default

Hello Chris,

I have moved data and database but I am getting database error.
is this something related to the file permissions ?
Reply With Quote
  #4 (permalink)  
Old 05-01-11, 06:33
BOD Member
 
Join Date: Nov 2010
Posts: 95
Default

Quote:
Originally Posted by Nash Watson View Post
Hello Chris,

I have moved data and database but I am getting database error.
is this something related to the file permissions ?
May be, but I think you need to elaborate few things such as what type of error message you are receiving? Which control panel you are using? Etc.....
Reply With Quote
  #5 (permalink)  
Old 05-03-11, 08:29
BOD Member
 
Join Date: Oct 2008
Posts: 30
Default Solution

Hi,

While migrating wordpress sites from old server to new server such "database error" is very common, if user name for hosting account is different as compare to old server. You must check wp-config.php file to check database name/database user name and database user password.Please check following example for wp-config.php database settings.

Quote:
/** The name of the database for WordPress */
define('DB_NAME', 'test_wrdp1');

/** MySQL database username */
define('DB_USER', 'test_wrdp1');

/** MySQL database password */
define('DB_PASSWORD', 'asdasd3al');


Make sure that you are using correct database name,database user name and password as per new server hosting account user name in above example we are using old hosting account user name as "test", if its incorrect for example you have created new hosting account on new server with user name "test123" then create new database,database user name from your control panel and assigned proper privilege to database user to respective wordpress database as well as make respective changes in wp-config.php file. For example check following wp-config.php file after changing user name as per new server hosting account user name "test123".

Quote:
/** The name of the database for WordPress */
define('DB_NAME', 'test123_wrdp1');

/** MySQL database username */
define('DB_USER', 'test123_wrdp1');

/** MySQL database password */
define('DB_PASSWORD', 'asdasd3al');
Hope it will resolve your issue, if you are still having any issue then please PM me.
__________________
Regards
George
Reply With Quote
Reply


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 Off
Forum Jump


All times are GMT -6. The time now is 00:31.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 1999-2012, BODHost Ltd. All rights reserved.