I have a db with a name backupdb, I want to import it into my local rails application, so I want to take it.
When I start pg_dump backupdb, I get below the error.
pg_dump: [archiver (db)] could not connect to the backupdb database: FATAL: the username role does not exist
what is wrong here. Please, help.
I downloaded db from my email and then tried to dump to import it into local rails application
source
share