engineyard / eycap

Engine Yard specific capistrano recipes
117 stars 63 forks source link

Database dump using wrong role #35

Closed johnagan closed 9 years ago

johnagan commented 12 years ago

https://github.com/engineyard/eycap/blob/master/lib/eycap/recipes/database.rb#L14

pointed to :role => :db but it's looking for database.yml, which would be on the app server

johnagan commented 12 years ago

Maybe a fix would be to load environment variables in another task assigned to the :app role

7hunderbird commented 11 years ago

Tracking internally with ticket M-160.