gmangesh Posted March 9, 2012 Share Posted March 9, 2012 Hi, I need to move an existing shop to a new hosting provider. Do you have documentation on what steps I should follow Thanks Link to comment Share on other sites More sharing options...
bellini13 Posted March 9, 2012 Share Posted March 9, 2012 i'm not sure if this is documented anywhere, but it boils down to these steps 1) take a full backup of your shops database. you typically can do this using phpmyadmin or your current hosting's cpanel/plesk 2) take a full backup of your shops web content (usually under the public_html folder). if you have shell/ssh access, you could use a zip program to do this. otherwise you would use ftp to download the files to your local computer make sure you save a copy of both of this on your local computer, so you have a safe and unmodified backup next you basically reverse this 1) on your new host, you would create a new database and user. if you can make the database and user names/password the same as your existing, it will be slightly easier 2) on your new host, using phpmyadmin, you would import your database backup from above. depending on how large your database is, this could be problematic due to upload size issues, and/or the time it takes to import 3) upload your stores web content to your new host. If you have a new database name, username or password, then you need to update the config/settings.inc.php file with the new information define('_DB_NAME_', 'dbname'); define('_DB_SERVER_', 'localhost'); define('_DB_USER_', 'username'); define('_DB_PASSWD_', 'password'); 1 Link to comment Share on other sites More sharing options...
gmangesh Posted March 9, 2012 Author Share Posted March 9, 2012 Great thanks a lot Link to comment Share on other sites More sharing options...
Scotty501 Posted March 12, 2012 Share Posted March 12, 2012 If you have cpanel and a good new host - then take a full backup via cpanel and get them to import to the new server voila! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now