Closed cgansen closed 11 years ago
Adds two new capistrano tasks:
cap <stage> db:snapshot
cap <stage> db:restore
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!
cap staging db:snapshot && cap staging db:restore
Adds two new capistrano tasks:
cap <stage> db:snapshot
cap <stage> db:restore
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!