fly-apps / fly-apps/postgres-flex
There is no way to override/extend conf, even when using custom image
Open
- Dominant language
- Go
- Stars
- 171
- Forks
- 76
- Avg merge
- 1h 19m
- Merged PRs (30d)
- 1
Description
The instance loads `/data/postgresql/postgresql.conf`.
That file itself only loads:
```
include 'postgresql.internal.conf'
include 'postgresql.user.conf'
```
so how do I extend the config if `/data` is mounted afterwards?
The quickest fix would be to just set `include_dir` to something in the main volume.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.