Supabase Incident Runbook Overview When a Supabase-backed application experiences failures, you need a structured response: verify the Supabase platform status, check your connection pool, inspect for stuck queries, debug RLS policies that silently filter data, review Edge Function execution logs, verify storage bucket health, and escalate to Supabase support with a complete evidence bundle. This runbook covers every layer from the SDK client through the database to platform services. When to use: Production errors involving Supabase, degraded API response times, connection pool exhaustion, s…