Backup & Restore

SCart supports backing up and restoring data in the admin.
Truy cập: "Config system -> Backup database"

Backup, restore data S-Cart


You can also backup and restore data with the command line::
- Backup:

php artisan sc:backup --path=file-name.sql

- Restore:

php artisan sc:restore --path=file-name.sql


Note: The data files are stored in the storage / backups directory

Video:

Related topics

Latest Document