Rake tasks/dropping db

Anyone know the right way to do the equivalent of

rake db:drop db:create db:migrate db:fixtures:load

on my instance?

You should be able to accomplish what you want with aptible ssh rake db:drop db:create db:migrate db:fixtures:load ––app [app-handle] (be careful to be targeting the correct DB though!)