πΎ Database Backups
The Database Backup & Restore feature helps ensure your restaurant data is protected and recoverable. Whether youβre updating the system, migrating servers, or guarding against accidental loss, backups keep you covered with minimal effort.
π Why Use Database Backups?
β Data protection β Safeguard records from corruption or accidental deletion.
π Recovery made simple β Quickly revert to a previous state if needed.
πΌ Business continuity β Prevent disruptions and maintain smooth operations.
π§ Peace of mind β Be confident that your data is secure before making major changes.
βοΈ How to Use

π€ Creating a Backup
Go to: Database Backups
Click the βGenerate Backupβ button.
The system will generate a .sql file and save it to the server.
π Note: Backup files are not downloadable from the browser for security reasons. Youβll need server access (e.g., via FTP or control panel) to retrieve them.
π₯ Restoring a Backup
Navigate to > Database Backups
Click the βRestoreβ button next to the desired backup.
Confirm the restore process β this will overwrite your current database.
β οΈ Always double-check before restoring β this action cannot be undone.
π§Ή Managing Backups
Old backups can be deleted to free up space.
We recommend retaining at least the latest 3β5 backups on the server.
Use timestamps to identify backup versions.
π Backup Best Practices
Task
Recommendation
Backup Frequency
Weekly (daily for active restaurants)
Before Updates
Always create a backup before system changes
Storage
Keep copies safely on the server or in secured cloud/server-side locations
File Management
Use a consistent naming pattern (e.g., backup-2025-07-19.sql)
π οΈ Troubleshooting
Restore fails? Ensure the backup file is valid and the server has write permissions.
Cannot create backup? Check storage limits and file access rights.
Missing data after restore? Confirm the correct file was used.
Last updated