Manufacturing Backups
Daily auto-backup runs at 3:00 AM UTC (10 PM CT). Snapshots are gzipped JSON of every MRP table, uploaded to a private Supabase Storage bucket with a 30-day signed download URL.

About Backups

App-level (this page): Daily JSON snapshot of MRP tables, easy to download, portable, restorable into any database. Stored in Supabase Storage with 30-day signed URLs.

Supabase native (behind the scenes): Supabase Pro also runs nightly physical Postgres backups at the database level. Those are managed via the Supabase dashboard → Database → Backups and are the right tool for full-database disaster recovery.

Tables included in app-level snapshots: raw_goods, suppliers, raw_goods_import_log, inventory_locations, finished_goods, finished_goods_stock, inventory_movements, production_runs, bom_lines, shopify_products, variants, cogs, sync_log, app_settings.