Where to Find Backup Actions
- In the top navigation bar, click Settings.
- In the dropdown that opens, click Add-Ons.
- On the Add-Ons page, scroll to the System Settings section.
- Find the Backups card and click Go to Module.
- On the Backup Panel page, scroll down to the Backup Files table. Each row has action buttons in the rightmost column.
Download a Backup
MySQL backups:
- Click the green Download button (download icon) in the Actions column.
- The .zip file downloads to your computer. It contains the database dump (.sql).
- Keep these files in a safe place for disaster recovery or migration.
Script backups:
- Click the green Download button.
- The full script .zip file downloads to your computer.
Delete a Backup
To remove a backup file from the server and free disk space:
- Find the backup row in the Backup Files table.
- Click the red Delete button (trash icon) in the Actions column.
- A confirmation dialog appears. Confirm to delete.
- The file is removed from
application/backup/mysql/orapplication/backup/script/.
Deletion cannot be undone. Only delete backups you no longer need.
Actions Summary by Type
| Backup Type | Download | Restore | Delete |
|---|---|---|---|
| MySQL | ✓ | ✓ | ✓ |
| Script | ✓ | — | ✓ |
Demo Mode
Download and Delete are disabled when the site is in demo mode.