capistrano-db-tasks icon indicating copy to clipboard operation
capistrano-db-tasks copied to clipboard

how do I pass credentials to pg_dump?

Open l0c0luke opened this issue 8 years ago • 0 comments

I am trying to sync my local dev environment with my prod environment. i do not deploy as the database user so it keeps asking me for a pssword which doesnt seem to let me type anything.

looks like i need to supply credentials to pg_dump. I can see in database file that it uses the @config variable but I do not know how to set it. Can you help?

l0c0luke avatar Feb 24 '17 23:02 l0c0luke