You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure the release binary doesn't block when the primary is unavailable
If the primary is in read-only mode then the leader database in
`DATABASE_URL` may be unavailable. To avoid blocking the release phase,
the command exits with an error message. The error will prevent deploys
and rollbacks (no change there), but Heroku will allow changes to config
vars even if the release fails.
0 commit comments