BREAKING: Supabase Project Status Change Failures Across Multiple Regions
Supabase experiencing widespread project status change failures. Immediate workarounds and status checks inside.
Supabase Project Status Change Failures - Multiple Regions
What's Affected
Supabase is currently experiencing issues with project status change operations across multiple regions. This impacts:
Pausing/resuming projects
Starting/stopping database instances
Project state transitions in the dashboard
Related API endpoints for project managementData access (read/write operations) appears unaffected at this time, though project management operations are degraded.
How to Check If You're Affected
1. Dashboard Check: Attempt to pause or resume a project in your Supabase dashboard
2. API Check: Try calling project status endpoints via Supabase Management API
3. Symptoms: HTTP 500 errors, timeout responses, or "operation failed" messages when modifying project states
4. Regional Check: Visit [status.supabase.com](https://status.supabase.com) for real-time incident updates
Immediate Workarounds
If You Need to Pause Projects
Workaround 1: Contact Supabase support directly via dashboard chat for manual project suspension
Workaround 2: Wait for restoration (typically 30-60 minutes for regional issues) before attempting dashboard operations
Workaround 3: If running self-hosted Supabase, use direct Docker/Kubernetes controls to manage instance statesIf You Need to Resume Projects
Similar support request process applies
Database connections may remain active even if dashboard shows stale states
Verify connectivity directly rather than relying on dashboard indicatorsFor Production Concerns
Your running databases are not affected—only the ability to change their status
Applications with active connections should continue functioning normally
Do not attempt repeated API calls; implement exponential backoff if retryingAlternative Solutions
Short-term
Use direct database connections (psql, client libraries) to verify database health
Monitor application logs for actual connectivity issues (separate from dashboard issues)
Contact Supabase Enterprise support for priority escalationIf You Have Self-Hosted Option
Migrate to self-hosted Supabase (supabase/postgres Docker images) for complete control
Use alternative PostgreSQL providers (AWS RDS, DigitalOcean, Railway) temporarilyBackup Strategy
Export data using pg_dump while database is accessible: pg_dump postgresql://user:password@host:port/db > backup.sql
Ensure backups complete before attempting any project operationsWhat NOT to Do
❌ Don't spam API endpoints with retry requests
❌ Don't assume data loss—this is a status issue, not data corruption
❌ Don't migrate databases prematurely; wait for official restoration
❌ Don't assume your application is down; verify directlyStatus & Updates
Last Updated: Check [status.supabase.com](https://status.supabase.com) for latest timeline
Affected Regions: Multiple (Eastern, Western, and Asia-Pacific noted)
Impact: Project management only; data operations unaffected
ETA: Monitor status page for restoration updatesQuestions?
Contact Supabase support in-dashboard or check their official status page for authoritative updates.