toy / dump

Rails app rake and capistrano tasks to create and restore dumps of database and assets
MIT License
89 stars 14 forks source link

add special role to capistrano recipies to dump from #8

Closed aishek closed 10 years ago

aishek commented 11 years ago

In my recent project I have separate app server and db server, so assets and db access granted only from app. But for now I cannot use gem dump for my project, because it use only db as role to dump.

I think that adding special role for this purpose will be fine.