Problems with first time setup

Hi, i have a new installation of Immich using docker compose, where everything deploys correctly but postgres complains that
[235] FATAL:  password authentication failed for user "postgres"
[235] DETAIL:  Role "postgres" does not exist. 


I have tried:
  • Destroying all container volumes and redeploying them - same error
  • bash in postgres container and running
    • psql
      • same error of role does not exist for "postgres"
    • psql -U postgres
      • same error of role does not exist for "postgres"
    • id postgres
      gets me
      uid=999(postgres) gid=999(postgres) groups=999(postgres),101(ssl-cert)
Am i missing something in my compose or env files?
Thanks for the help!
Was this page helpful?