Migration problems - password authentication
Hey! I'm trying to set up a dev environment of an existing Supabase project. I've followed the "Migrating Between Projects"-guide but my migrate database script is failing with the following error:
"pg_dump: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: FATAL: password authentication failed for user "jockebergius""
I get a prompt to enter a password after running the script, but I'm unsure on what password they're asking for?
"pg_dump: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: FATAL: password authentication failed for user "jockebergius""
I get a prompt to enter a password after running the script, but I'm unsure on what password they're asking for?