Open goegol opened 4 days ago
Just to confirm it sounds like you are using docker swarm? I have not tested the set up in docker swarm and have limited knowledge about the underlying infrastructure.
What are you referring to with this string LEAN_DB_PASSWORD_FILE
? Are you referring to the environment file or the environment variable?
In the docker compose file we ship with docker the filename is .env
https://github.com/Leantime/docker-leantime/blob/master/docker-compose.yml
If you are referring to the password variable for the database however it should be LEAN_DB_PASSWORD
(no _file at the end). The full list of env variables is in our samples file: https://github.com/Leantime/docker-leantime/blob/master/sample.env
What is your set up?
Cloud Hosted
Version
3.3.0
Describe the issue
When i try version 3.2.x and 3.3.0 i got the error Cannot connect to database in browser. When i do the downgrade to 3.1.4, every thing works fine. When i check the logs of my database i see that leantime tried to login without an password. 2024-11-03 14:36:09 3 [Warning] Access denied for user 'leantime'@'10.0.7.11' (using password: NO) In my docker-compose im using the option LEAN_DB_PASSWORD_FILE (so as described in manual).
See also my note in bug https://github.com/Leantime/leantime/issues/2735
When i do a downgrade to 3.1.4, every thing is working fine again.
Reproduction steps
Additional Notes
Please let me know if i can assist with testing.