Closed internallabworks closed 5 months ago
Docker 25.0.3 on Debian 11 repo tag v11.3.1 zammad version 6.3.1
I see the same behavior. the env Vars POSTGRES_PASS and POSTGRES_USER seem not to work. I configured a different User for the database and get the same error for the User "zammad". That seems hardcoded.
It works well for me when changing the value POSTGRES_USER=otheruser
before starting the stack for the first time, so I am not able to reproduce this with a fresh system and the latest zammad-docker-compose version.
Note that this must be done before bringing up the cluster the first time. Afterwards it's too late and you have to make changes in the database yourself.
Infos
Expected behavior
Actual behavior
I've tried changing the username and password in .env and I get the same error, just with the new username.
Steps to reproduce the behavior