joenmass Posted July 26, 2009 Share Posted July 26, 2009 I have a hosting company that quite frankly sucks ( my website has been down for hours on end for three days in a row)! I want to tranfer my complete shop to a more reliable hosting company. I have invested quite a bit of time modifying my shop. Has anyone done a complete transfer to another hosting company just by transfering all their folders and files then importing their database backup file. I tried saving a copy of my database file through prestashop's backend but when I try to upload it into my other hosting company's database it throws an error. Looks like the format that prestashop saves the database files in is not recognized by MySQL. Link to comment Share on other sites More sharing options...
Balefire Posted July 26, 2009 Share Posted July 26, 2009 I have a hosting company that quite frankly sucks ( my website has been down for hours on end for three days in a row)! I want to tranfer my complete shop to a more reliable hosting company. I have invested quite a bit of time modifying my shop. Has anyone done a complete transfer to another hosting company just by transfering all their folders and files then importing their database backup file. I tried saving a copy of my database file through prestashop's backend but when I try to upload it into my other hosting company's database it throws an error. Looks like the format that prestashop saves the database files in is not recognized by MySQL. Do you have access to phpmyadmin? Use that to backup the database instead of PrestaShop. On my installation PrestaShop compresses the file with bz2 which is a unix compression format. Probably because it's hosted on Debian. If you are on windows, download 7zip which I seem to remember can extract files from bz2 format, then either upload the extracted file to your new host or recompress as a zip file.Alternately, what' is the error message? Not telling us that is like asking your mechanic what is wrong with your car and not telling him what's happening!HTH Link to comment Share on other sites More sharing options...
joenmass Posted July 26, 2009 Author Share Posted July 26, 2009 Do you have access to phpmyadmin? Use that to backup the database instead of PrestaShop. On my installation PrestaShop compresses the file with bz2 which is a unix compression format. Probably because it’s hosted on Debian. If you are on windows, download 7zip which I seem to remember can extract files from bz2 format, then either upload the extracted file to your new host or recompress as a zip file.Alternately, what’ is the error message? Not telling us that is like asking your mechanic what is wrong with your car and not telling him what’s happening!Thanks. Yes i have access to phpmyadmin. I will do a complete backup from phpmyadmin and see what will happen. The error message was that is just said something like unable to update database because of the file format. Like you said it must be because it is in a unix format. Link to comment Share on other sites More sharing options...
blaszta Posted July 27, 2009 Share Posted July 27, 2009 1. Copy all you files & directory (especially prestashop folder) from old hosting2. Backup the database using phpmyadmin3. Upload all the files to new host4. Access the new host control panel to create a database for the shop (remember the name of the database, username, & password).5. Run phpmyadmin in the newhost, choose the database you just created, and restore all the data from the old host6. Edit /config/settings.inc.php and change _DB_NAME_, _DB_USER_, _DB_PASSWD_ using info from step no 4.Good luck! 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