HerokuMigrator
This gem is provided AS-IS with no warranty or guarantees. If you run this gem you will be moving data in your Heroku database. There's a chance you will lose data. Back everything up before you even think about running heroku_migrator!
Installation
Install it yourself using:
$ gem install heroku_migrator
Usage
Usage:
heroku_migrator migrate APP
Options:
-m, [--maintenance] # Use maintenance mode while copying data between databases
# Default: true
-d, [--database-type=DATABASE_TYPE] # Specify the type of database to provision. http://www.heroku.com/pricing
# Default: heroku-postgresql:dev
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request