fly-apps / fly-apps/postgres-flex
Replica crashes when decreasing `max_connections`
Open
bug
- Dominant language
- Go
- Stars
- 171
- Forks
- 76
- Avg merge
- 1h 19m
- Merged PRs (30d)
- 1
Description
The `fly pg config update` tool will currently perform a rolling-restart in order to apply configuration changes that cannot be applied at runtime. As of right now, all restarts will start with the replicas and end with the primary.
This process does not work in some cases when adjusting configuration values down.
As an example, a replica will not boot if its `max-connections` value is lower than the value specified by the primary.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.