You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POSTGRESQL_POSTGRES_PASSWORD | Password for the PostgreSQL postgres user
I set that environment variable and used it in my init scripts, however, I failed to log in as postgres user.
After a lot of tries and errors, I've grabbed through your script to find out, that it's not the variable that is actually taken for postgres password. The variable POSTGRESQL_PASSWORD is taken, unless POSTGRESQL_USERNAME happens to be set to a value other than default.
What is the expected behavior?
The documentation should point out, that POSTGRESQL_POSTGRES_PASSWORD is used to initialize postgres password under only special circumstances (point them: POSTGRESQL_USERNAME is set to a other value than "postgres")
What do you see instead?
The documentation is misleading, it suggests, that POSTGRESQL_POSTGRES_PASSWORD is always taken.
The text was updated successfully, but these errors were encountered:
Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.
Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.
Name and Version
bitnami/postgres
What architecture are you using?
None
What steps will reproduce the bug?
Reading and following the documentation:
I set that environment variable and used it in my init scripts, however, I failed to log in as postgres user.
After a lot of tries and errors, I've grabbed through your script to find out, that it's not the variable that is actually taken for postgres password. The variable
POSTGRESQL_PASSWORD
is taken, unlessPOSTGRESQL_USERNAME
happens to be set to a value other than default.What is the expected behavior?
The documentation should point out, that
POSTGRESQL_POSTGRES_PASSWORD
is used to initialize postgres password under only special circumstances (point them:POSTGRESQL_USERNAME
is set to a other value than "postgres")What do you see instead?
The documentation is misleading, it suggests, that
POSTGRESQL_POSTGRES_PASSWORD
is always taken.The text was updated successfully, but these errors were encountered: