# Parcel Empire — Backup and Restore Plan

## Before closed beta

- Export schema SQL.
- Export important tables or enable Supabase backups on a paid plan.
- Record the app version and config used for the test.
- Keep a copy of the latest ZIP in a release folder.

## Tables to protect

- `atlas_parcels`
- `atlas_wallets`
- `atlas_transactions`
- `atlas_payout_requests`
- `parcel_player_profiles`
- `atlas_leaderboard`
- `atlas_marketplace`
- `atlas_admin_audit`

## Rollback plan

If a test breaks the economy, disable signups, export current data, restore from the previous backup, and invalidate the service worker cache by bumping `CACHE_VERSION` in `sw.js`.
