Skip to content
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

Zulip Container tries to connect to postgres as user 'zulip' regardless of if postgres user is different in docker-compose.yml #289

Open
adambirds opened this issue Mar 15, 2021 · 1 comment

Comments

@adambirds
Copy link
Member

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.

@adambirds
Copy link
Member Author

This is reliant on zulip/zulip#17662

adambirds added a commit to adambirds/docker-zulip that referenced this issue May 26, 2021
adambirds added a commit to adambirds/docker-zulip that referenced this issue May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant