lukevella / rallly

Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.
https://rallly.co
GNU Affero General Public License v3.0
3.55k stars 338 forks source link

Database authentication issues #219

Closed Eirikr70 closed 2 years ago

Eirikr70 commented 2 years ago

Hello, now that I have an amd64 server, I am trying to install again rallly. But it fails on startup with the following messages

rallly     | Error: P1000: Authentication failed against database server at `rallly_db`, the provided database credentials for `postgres` are not valid.
rallly     | 
rallly     | Please make sure to provide valid database credentials for the database server at `rallly_db`.
rallly     | error Command failed with exit code 1.

And

rallly_db  | 2022-07-02 16:04:10.556 UTC [36] FATAL:  password authentication failed for user "postgres"
rallly_db  | 2022-07-02 16:04:10.556 UTC [36] DETAIL:  Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"

I have set the database credentials at - POSTGRES_PASSWORD=postgres

lukevella commented 2 years ago

No idea. You must be providing the wrong auth details somehow but you haven't provided enough info to figure out how you're doing that. Please don't open an issue for problems with your particular configuration. Use discussions instead.

Eirikr70 commented 2 years ago

Sorry, I had failed the first install, and not removed the volume when trying again.