capistrano-db-tasks
capistrano-db-tasks copied to clipboard
Add backup/restore_latest task
This PR is based on changes from #50.
It also adds db:remote:restore_latest task, which loads the latest remote dump produced by db:remote:backup back to the database. This can be used for quick testing purposes on development or staging environmets to play with the database and rollback the changes after that.
@numbata, can we get this merged?