error: password authentication failed for user "postgres"
I'm trying to connect to my DB using Drizzle.
I run the command:
Here is the config:
Yes, the
Yes, the username & password is correct. Yes, the port is correct. Yes, the DB name is correct.
I can connect to my DB just fine through pgAdmin4 interface.
Error
I'm on Mac if that matters. At some point I was wondering if it has to do with the Postgres Authentication Configuration. In my
I run the command:
drizzle-kit pushHere is the config:
Yes, the
process.env.DATABASE_URL (I logged it) is correct:Yes, the username & password is correct. Yes, the port is correct. Yes, the DB name is correct.
I can connect to my DB just fine through pgAdmin4 interface.
Error
I'm on Mac if that matters. At some point I was wondering if it has to do with the Postgres Authentication Configuration. In my
pg_hba.conf, I have method scram-sha-256. Does Drizzle use another encryption method?