smartchicago / chicagoworksforyou

A citywide dashboard with ward-by-ward views of service delivery in Chicago. Includes complete API. Built using Chicago Open311 data.
http://www.chicagoworksforyou.com
MIT License
17 stars 6 forks source link

automate db backup/restore #156

Closed cgansen closed 11 years ago

cgansen commented 11 years ago

Adds two new capistrano tasks:

This means you can now run cap staging db:snapshot && cap staging db:restore and your local database will reload with the latest staging data. Neat!