Taiga-docker-taiga-db-1 FATAL: role "taiga" does not exist, taiga-docker-taiga-async-rabbitmq-1 | PLAIN login refused: user 'taiga' - invalid credentials error

Hi, @87cb5fm0

taiga-docker-taiga-db-1               | 2023-08-15 23:50:50.742 UTC [39] FATAL:  role "taiga" does not exist

Typically this error is caused by first initializing the database postgresql with a certain username or password and then changing the settings to other values.

Here are two options:

  • access the database and change the owner
  • or, if data loss is not a problem, delete the volume from the database (taiga-db)

I hope this can help.

Best regards