Replies: 2 comments
-
If you change the password in the .env, you should also connect to the postgres database and change it in there. That said, you should be fine to put back your old password if it was working before. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, that's right, thank for the advice. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The bug
In the new version, it's written that password shouldn't content special characters. I used to have password with dots "." now immich server is not starting.
changed password in the .env to new password and getting following error:
ERROR [ExceptionHandler] password authentication failed for user "postgres"
The OS that Immich Server is running on
Armbian
Version of Immich Server
v1.122.1
Version of Immich Mobile App
1
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Rebuild containers with
docker compose pull && docker compose up -d
using old database
Relevant log output
No response
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions