We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First of all, excellent work!
PostgreSQL allows you to configure passwords using the Docker secrets. For example: POSTGRES_PASSWORD_FILE.
Can the same thing be done with REPLICATION_PASSWORD?
Regards!
The text was updated successfully, but these errors were encountered:
Sorry,
To be more clear, the following environment variables should be added:
postgresql
barman
pgpool
Sorry, something went wrong.
It would also make sense to then add REPLICATION_USER_FILE, POSTGRES_USER_FILE and PCP_USER_FILE, as one might want to move those to secrets as well.
REPLICATION_USER_FILE
POSTGRES_USER_FILE
PCP_USER_FILE
No branches or pull requests
First of all, excellent work!
PostgreSQL allows you to configure passwords using the Docker secrets. For example: POSTGRES_PASSWORD_FILE.
Can the same thing be done with REPLICATION_PASSWORD?
Regards!
The text was updated successfully, but these errors were encountered: