capistrano-db-sync

Install

Download and install the gem :

gem install capistrano-db-sync

Add to Capfile :

require 'capistrano/db-sync'

Available tasks

db:sync:pull     # Synchronize your local database using remote database
db:sync:push     # Synchronize your remote database using local database