πŸ’Ύ 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

  1. Go to: Database Backups

  2. Click the β€œGenerate Backup” button.

  3. 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

  1. Navigate to > Database Backups

  2. Click the β€œRestore” button next to the desired backup.

  3. 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