BREAKING: Fly.io Postgres v2 Control Plane Issues in IAD Region [MONITORING]
Fly.io's Managed Postgres v2 control plane is experiencing partial disruption in the IAD region. Here's what's affected, workarounds, and how to monitor recovery.
What's Down Right Now
Fly.io's Managed Postgres v2 control plane in the IAD (Northern Virginia) region is experiencing issues. This affects:
Who's affected: Primarily IAD-region users. Multi-region deployments with IAD as primary are at higher risk. Read replicas and existing connections remain operational.
---
Immediate Workarounds (Do This Now)
1. If You Need a Database Today
--region sjc during provisioningfly scale count for compute, but avoid fly postgres create in IAD2. If You're Scaling Existing Databases
3. If You Need Backups
pg_dump from your local machinefly postgres attach output---
How to Check If You're Affected
```bash
1. Check your app's region
fly info2. Check your Postgres region specifically
fly postgres list fly postgres info [DATABASE_NAME]3. Test database connection (your app should still work)
fly ssh console -a [APP_NAME] psql $DATABASE_URL -c "SELECT 1;" ```You're affected if: Database region shows "iad" AND you need new provisioning or scaling.
You're safe if: Your database is in sjc, ord, lhr, or you only need read/write operations.
---
Alternative Tools to Consider
For indie hackers needing immediate alternatives:
---
Monitor Recovery Here
Official Status:
What to Watch For:
Timeline: Fly.io typically resolves control plane issues within 1-4 hours. This is flagged as "monitoring" (not "major incident"), suggesting active resolution.
---
Bottom Line
Your existing databases are fine. IAD users planning new deployments: shift to alternate regions today. Everything else: check status page and proceed normally.
This is a control plane issue, not data loss. Your apps keep running.