No badges yet
No accepted solutions yet
Psql password authentication failed
Think the command was not the right one. Try this one: `psql -h ep-green-hat-a41ooa8g-pooler.us-east-1.aws.neon.tech -U default -d verceldb -f db.sql`. Then, I am prompted to enter...
Psql password authentication failed
Hi @pawlean :wave: No, this did not help. This is the error I get when using the POSTGRES_PASSWORD: `pg_dump: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed:...
Psql password authentication failed
Hi there 👋 I am trying to import a .sql file into my database I created in the storage tab. I am running this command in my terminal: `pg_dump db.sql | psql...