My database endpoints are disabled—how do I fix the "endpoint has been disabled" error?
My database endpoints are disabled—how do I fix the "endpoint has been disabled" error?
- Open the Database pane and select Development from the dropdown.
- If an Unpause database button appears, select it.
- Switch the dropdown to Production and select Unpause database again if it appears.
DATABASE_URL secret may be hiding it. Open the Secrets pane, compare any DATABASE_URL entry with the connection string in the Database pane, and update or remove the conflicting secret so they match.Common causes are an unpaid invoice (pay it to prevent recurrence) or a transient pause during publishing (the unpause steps above resolve it). See Production databases.The status page shows a Production Database outage—do I need to file a ticket?
The status page shows a Production Database outage—do I need to file a ticket?
How do I restore a deleted or dropped database table?
How do I restore a deleted or dropped database table?
My database is frozen and I don't see an Unpause button
My database is frozen and I don't see an Unpause button
My app is throwing "connection pool exhausted" errors—what does that mean?
My app is throwing "connection pool exhausted" errors—what does that mean?
- Connections that aren’t closed after each request
- A traffic spike
- Slow queries holding connections open
How do I migrate from the development database to production?
How do I migrate from the development database to production?
drizzle-kit migrate for Drizzle. You can also run the migration manually from a Shell in your production environment.See Create a production database when publishing.My database shows "endpoint disabled" even though billing is current
My database shows "endpoint disabled" even though billing is current