Issue on vaultwarden install

For my first install of vaultwarden he stuck on “deploye” mode.
In the logs i can see this message :

2024-10-11 16:31:32.013988+00:00[2024-10-11 18:31:32.013][vaultwarden::util][WARN] Can't connect to database, retrying: DieselCon.
2024-10-11 16:31:32.014019+00:00[CAUSE] BadConnection(
2024-10-11 16:31:32.014041+00:00"connection to server at \"postgres\" (172.16.5.2), port 5432 failed: FATAL:  password authentication failed for user \"vaultwarden\"\n",
2024-10-11 16:31:32.014048+00:00)

Any idea ?

running system : ElectricEel-24.10-RC.2

The logs indicate a wrong password for the db user… How are you installing VW?

I will explain my issue with screen shot :



3

2024-10-11 17:39:44.663414+00:00/--------------------------------------------------------------------\
2024-10-11 17:39:44.663451+00:00|                        Starting Vaultwarden                        |
2024-10-11 17:39:44.663459+00:00|                           Version 1.32.1                           |
2024-10-11 17:39:44.663466+00:00|--------------------------------------------------------------------|
2024-10-11 17:39:44.663487+00:00| This is an *unofficial* Bitwarden implementation, DO NOT use the   |
2024-10-11 17:39:44.663494+00:00| official channels to report bugs/features, regardless of client.   |
2024-10-11 17:39:44.663501+00:00| Send usage/configuration questions or feature requests to:         |
2024-10-11 17:39:44.663507+00:00|   https://github.com/dani-garcia/vaultwarden/discussions or        |
2024-10-11 17:39:44.663519+00:00|   https://vaultwarden.discourse.group/                             |
2024-10-11 17:39:44.663527+00:00| Report suspected bugs/issues in the software itself at:            |
2024-10-11 17:39:44.663533+00:00|   https://github.com/dani-garcia/vaultwarden/issues/new            |
2024-10-11 17:39:44.663544+00:00\--------------------------------------------------------------------/
2024-10-11 17:39:44.663551+00:002024-10-11T17:39:44.663551572Z
2024-10-11 17:39:44.664571+00:00[NOTICE] You are using a plain text `ADMIN_TOKEN` which is insecure.
2024-10-11 17:39:44.664590+00:00Please generate a secure Argon2 PHC string by using `vaultwarden hash` or `argon2`.
2024-10-11 17:39:44.664608+00:00See: https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token
2024-10-11 17:39:44.664616+00:002024-10-11T17:39:44.664616479Z
2024-10-11 17:39:44.688378+00:00[2024-10-11 19:39:44.688][vaultwarden::util][WARN] Can't connect to database, retrying: DieselCon.
2024-10-11 17:39:44.688397+00:00[CAUSE] BadConnection(
2024-10-11 17:39:44.688418+00:00"connection to server at \"postgres\" (172.16.5.2), port 5432 failed: FATAL:  password authentication failed for user \"vaultwarden\"\n",
2024-10-11 17:39:44.688425+00:00)
2024-10-11 17:39:45.705984+00:00[2024-10-11 19:39:45.705][vaultwarden::util][WARN] Can't connect to database, retrying: DieselCon.

I can’t give a bad password when i just config him in webui install windows.

Seems legit… But for be 100% sure i would try a new install into another dataset.

do you have a solution for that problem?