capistrano-db-tasks
capistrano-db-tasks copied to clipboard
how do I pass credentials to pg_dump?
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?