← Back to Dashboard

🛡️ Doomsday Recovery Guide (Total Server Wipe)

  1. Rebuild your database structure using your Master_Backup_Final_Updated.sql file in the Supabase SQL Editor.
  2. Restore user logins by running your downloaded Auth_Users_Backup.sql file in the SQL Editor.
  3. Restore all points and transactions by running your downloaded Business_Data_Backup.sql file in the SQL Editor.
  4. Recreate your 5 Public Storage Buckets and drag-and-drop the unzipped images from your Images_Backup.zip file into them.

Data (SQL)

Generates a ready-to-run SQL script containing all Drivers, Transactions, and Points. Best for total recovery.

Data (JSON)

Generates a JSON file of your business data. Best for Excel conversion and quick UI restores.

Logins (SQL)

Generates an SQL script to safely backup your hidden Driver and Staff login identities.

Images (ZIP)

Downloads all physical image files (Photos & Receipts). Requires heavy CPU/RAM.

Quick Restore (JSON Only)

⚠️ CAUTION: Restoring a JSON file will overwrite existing records with matching IDs. Use this to quickly recover accidentally deleted drivers or transactions without touching SQL. (Auth logins cannot be restored here).