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
In docker-compose.yml you set:
docker-compose.yml
DB_USER to something other than 'zulip'
Zulip should try to connect to the postgres database as whatever you have set DB_USER to.
Zulip container exits straight away as it can't connect to database as the user 'zulip' doesn't have permissions.
The text was updated successfully, but these errors were encountered:
This is reliant on zulip/zulip#17662
Sorry, something went wrong.
Add support for custom database name and user.
695ceb0
Fixes zulip#289.
Add support for custom database user and name.
d3390fb
Successfully merging a pull request may close this issue.
Scenario:
In
docker-compose.yml
you set:DB_USER to something other than 'zulip'
Expcected Result:
Zulip should try to connect to the postgres database as whatever you have set DB_USER to.
Actual Oucome
Zulip container exits straight away as it can't connect to database as the user 'zulip' doesn't have permissions.
The text was updated successfully, but these errors were encountered: