apps/docs/content/troubleshooting/supavisor-error-circuit-breaker-open-after-password-rotation-0fdb72.mdx
If you are seeing FATAL: Circuit breaker open with one of the error messages:
failed to retrieve database credentials after multiple attempts, new connections are temporarily blockedtoo many failed attempts to connect to the database, new connections are temporarily blockedtoo many authentication failures, new connections are temporarily blockedit indicates that the connection pooler has blocked the origin IP to protect the database.
This typically happens when clients attempt to connect to the pooler (ports 5432 or 6543) using an outdated password after a rotation.
Why Does This Happen?
How to Resolve This Issue:
Prevention: To avoid this IP lockout issue in the future, stop application instances before rotating the database password. Only restart your services once the new credentials have been successfully applied to your configuration.