In the capifony docs it shows that you can copy the remote database to a local copy. I don't know enough ruby to understand the error message though:
`database:dump:remote' is only run for servers matching {:roles=>:db, :only=>{:primary=>true}}, but no servers matched
I have this in my deploy.rb
:
role :web, "{my-production-ip}"
role :app, "{my-production-ip}", :primary => true
What do i need to do to work in the db
role?