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
% npm run db:push> my_project@0.1.0 db:push> drizzle-kit pushNo config path provided, using default 'drizzle.config.ts'Reading config file '/Users/johndoe/Projects/my_project/drizzle.config.ts'Using 'pg' driver for database querying[⣷] Pulling schema from database...error: password authentication failed for user "postgres" at /Users/johndoe/Projects/my_project/node_modules/pg-pool/index.js:45:11
% npm run db:push> my_project@0.1.0 db:push> drizzle-kit pushNo config path provided, using default 'drizzle.config.ts'Reading config file '/Users/johndoe/Projects/my_project/drizzle.config.ts'Using 'pg' driver for database querying[⣷] Pulling schema from database...error: password authentication failed for user "postgres" at /Users/johndoe/Projects/my_project/node_modules/pg-pool/index.js:45:11
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