-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[bitnami/postegresql-repmgr] Added missing postgresql environment variables #52254
Conversation
connections to README.md. Defa Signed-off-by: Daniel Camarena <daniel.camarena@azo.com>
Hi @dcamarenaAZO, Thanks for the contribution! To add environment variables, you need to add them in all postgresql-env.sh. |
Hi @Mauraza, thank you for your answer. Did you have a look at version 11 postgresql-env.sh? As I stated in the PR, the variables were just missing in the documentation of bitnami/postegresql-repmgr. They are already in the postgresql-env.sh. Technically everything worked. It was just a lack of documentation. Thanks for your effort. Let me know if you need anything else. Another question: I'm now using version 15.4. I just saw that version 16 of bitnami/postgresql-repmgr was released on docker hub. Can you tell me where I can find the release notes, changelog or something to know about changes or compatibility from 15.4 to 16? Thanks, Cheers, Daniel |
Hi @dcamarenaAZO, You are right. The env variables are already included, and the configuration is here: containers/bitnami/postgresql-repmgr/16/debian-11/rootfs/opt/bitnami/scripts/libpostgresql.sh Lines 982 to 988 in 6577f4f
You can check the official documentation https://www.postgresql.org/docs/16/upgrading.html |
This Pull Request has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thank you for your contribution. |
The pull request is just adding some missing environment variables to the documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @dcamarenaAZO,
Thanks for the contribution! LGTM!!
…iables (bitnami#52254) Added postgresql environment variables regarding connections to README.md. Defa Signed-off-by: Daniel Camarena <daniel.camarena@azo.com>
Description of the change
Added missing postgresql environment variables regarding connections to README.md
Benefits
Developers can see them without looking into the code.
Possible drawbacks
None
Applicable issues
Additional information
POSTGRESQL_EXTRA_FLAGS is ignored and it is not possible to pass start parameters to PostgreSQL server.