Want to migrate your Ruby on Rails application from Heroku (or similar) up to Engine Yard AppCloud? This is the tool for you.
Currently supported: Migrate Heroku to AppCloud.
Currently, it is only installable from source.
bundle
rake install
The tool is simple to use. If you need to do something, it will tell you.
ey-migrate heroku path/to/heroku/app
The migration tool assumes you have:
mysql2
to your GemfileYour SQL database is automatically migrated to your AppCloud application via ey-migrate heroku
.
A MySQL database is created automatically for you for each AppCloud application. On a 1 instance environment it runs on the same instances as your web application. For dedicated databases, use a 2+ instance environment with a dedicated database instance.
Automated support for setting up delayed_job workers is coming.
If you have specific Heroku Add-Ons you'd like to be automatically migrated to AppCloud, please leave a note/request.
Then to run tests:
bundle
rake
This will install .ssh/config
required for your SSH credentials to run the test suite.
To run the integration tests, you either need access to the credentials repository
Please send a Github message to drnic
requesting access to the credentials. You'll then be able to run the test suite.