sgruhier / capistrano-db-tasks

Add capistrano tasks for syncing remote and local database
Other
374 stars 177 forks source link

postgres password and import errors #13

Closed danil-z closed 7 years ago

danil-z commented 11 years ago

1) pg_dump fails because no password this fork bigfive/capistrano-db-tasks works well but i got

2) on import errors ERROR: role "postgres" does not exist ERROR: role "postgres" does not exist GRANT

mdpatrick commented 10 years ago

Part 2 can be fixed by simply creating the role on your production server

numbata commented 7 years ago

Close due #20