Closed arist0v closed 6 months ago
sorry the search didn'T show anything!!!
Same - turns out include_dirs
is a typo; the actual option is include_dir
:smile:
Same - turns out
include_dirs
is a typo; the actual option isinclude_dir
😄
with all the AI now they can'T fix this ;-) thank you
since it is usefull to be able to edit the .conf, it would be nice to have a env var for the include dir so we can specify a path to load more custom .conf file,
to achieve this i had to create a new entrypoint script, call the original one, kill postgres, edit the .conf to include my dir then restart it.