Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

I want to move to another web hosting. What should I do?

Started by denagpam, October 23, 2012, 05:47:48 AM

Previous topic - Next topic

denagpam

Yes, I want to move to another web hosting. What should I do?

Should I backup all the existing files of AbanteCart cart and simply upload them to my new web hosting?

Or

Should I install it from the beginning?

Hope for your reply, Mr. Admin.

Thanks.

abantecart

The simplest way to migrate are these:

1. Install new AbanteCart with normal process on the new host (do not load demo data)
NOTE: You need to select the same database prefix as on your current AbanteCart instance.
2. On existing AbanteCart instance, do backup of database, code and resource library (do not include config)
3. Download backup in the backup history
4. Load backup to newly installed AbanteCart.
5. You will need to replace salt key from your original installation into new configuration file. It is in system/config.php

DONE:
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

popustda

i am trying this but i dont know where do i load backup.
I have copied backup.tar file to new hosting into admin/system/backup folder but i dont know how to start the migrate process?
i looked in AbanteCart admin area but couldnt find.
Where do i execute load backup?

Thanks

denagpam

hi

I think you have done the wrong way to locate backup.tar

You should upload it onto /public_html folder

then move all folders and files in the backup folder onto /public_html folder with no exception
(until no folder and file in it)

delete backup folder and system/config.php

and upload install.php file

backup the database

then run the installation

change the code in system/config.php with the last code you use

popustda

sorry but i have no idea what you mean?   :'(

you mean before installing abantecart ?

denagpam

yes of course before intallation

so if you have done it you should go back from the beginning

llegrand

Do you have cPanel on your existing host? 

Will your new host migrate for you? 

If so there is a complete backup option on your cpanel , that includes your database. Once you have that zipped file follow the instructions from your new host in where to place the zipped backup in your new files -  it is usually in root.  They will unpack your files and restore it for you -  this will transport ALL your current settings.  But if you have an SSL it will probably need to be reissued for the new location.

popustda

There are only 2 folders inside backup.tar file ?

So i extract the new abantecart to my public_html , and then i extract these 2 folders from backup.tar file. IS this correct?


popustda

but i wanted to install a fresh abantecart with only products and translations from the old one, because i did horrible things with my current abantecart and i have many error logs and i dont want to bring these errors to a new hosting.  ;D

denagpam

it will be certainly fresh installation

can you please try to unzip the backup.tar in your computer

then show me what the code and data folders contain

popustda

here it is.

So you mean, i download abantecart.rar and extract it on new hosting public_html and then i upload my manual_backup.tar and extract it in this folder also to overwrite the same files and folders, then i open config.php to enter my old salt key(or i do this after the installation is finished?), then open my domain in browser to start installation?  when installing i need to enter the same prefix as in my old AbanteCart. IS this correct or i am doing it completely wrong?

abolabo

abantecart can do only backup of data.
For moving to another host you should do full database backup. Easiest way to do this via hosting provider CPanel or phpmyadmin.
"No one is useless in this world who lightens the burdens of another."
― Charles Dickens


Advisor

Important with using the TAR command :

Verifying Data as It is Stored

option -W
option --verify

  Attempt to verify the archive after writing.

This option causes tar to verify the archive after writing it. Each volume is checked after it is written, and any discrepancies are recorded on the standard error output.

Verification requires that the archive be on a back-space-able medium. This means pipes, some cartridge tape drives, and some other devices cannot be verified.

You can insure the accuracy of an archive by comparing files in the system with archive members. tar can compare an archive to the file system as the archive is being written, to verify a write operation, or can compare a previously written archive, to insure that it is up to date.

To check for discrepancies in an archive immediately after it is written, use the `--verify' (`-W') option in conjunction with the `--create' (`-c') operation. When this option is specified, tar checks archive members against their counterparts in the file system, and reports discrepancies on the standard error.

Just add -W to your TAR command to make sure it's 100% OK

abcart_ecm

#14
Quoteabantecart can do only backup of data.
For moving to another host you should do full database backup. Easiest way to do this via hosting provider CPanel or phpmyadmin.

So then, what is the use of making only a backup of data, (inside the admin)
if you can not use this backup for moving your web shop
to another host ? Same question for dump.sql,
what do we do with it ?

Forum Rules Code of conduct
AbanteCart.com 2010 -