Hi
I want to do a new fresh installation of abantecart and uninstall the previous installation my question is how to restore all the database, configurations and media files.
I will do it as explained below and inform me please if i am correct:
1-create a backup of the whole database either from myphp or the admin panel, possibly sql file
2- Where are the media files located in order to re upload all media
3- save the config.php file and the htaccess file in order to restore the configurations.
am i correct and is there anything else need to be done???
Quote from: hani on June 09, 2017, 02:10:22 PM
1-create a backup of the whole database either from myphp or the admin panel, possibly sql file
You can use
musqldump command to create full database backup
Quote from: hani on June 09, 2017, 02:10:22 PM
2- Where are the media files located in order to re upload all media
Media files are located in
images,
resources and
downloadMost likely, you need only resources
Quote from: hani on June 09, 2017, 02:10:22 PM
3- save the config.php file and the htaccess file in order to restore the configurations.
Yes.
If you have extensions installed, you might want to back them up from
extensions directory.