Jump to content

How i make Backup for database and also make Restore???


Recommended Posts

1. For database, you can back your database at your back office,
You should down load the backup file to your local computer for a another back for just in case.

Tools - DB backup

2. For you site source, you can use any ftp tool to make a whole back up to your local computer.

One you new host is ready, follow this steps

- Create your database for you new store

- Use database admin tools like PHPMyAdmin, run "SQL" function to run the backup scripts

- Restore your site source coce

- Change /config/setting.inc.php for new DB server/DB name/DB User/DB password
(if you change the your store sub-folder, you also need change __PS_BASE_URI__

I think that's pretty much you have to do.

Link to comment
Share on other sites

×
×
  • Create New...