-
-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 [Postgres] Custom configuration cannot be applied (and overwritten instead) #971
Comments
Hi sorry I hadn't time to look yet, pretty sure it's because the code overwrites it by default. I'll have to adapt to code to prevent that |
May be so. But it shouldn't overwrite if the specified config file already exists, but it overwrites and uses the default one every time! |
It was just a typo. Should be ok now! |
Actually after update it cannot run anymore with
|
Argh i see thanks |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Description
I need to set up ssl mode for postgresql db. Nut when i tried modifying config file I noticed that it's not being picked up and it is overriten instead, each run.
I tried to specify other config locations (like /config/addons_config/postgres/new.conf) with pre-configured new.conf file, but to no avaail.
Reproduction steps
Addon Logs
Architecture
amd64
OS
HAos
The text was updated successfully, but these errors were encountered: