I want to transfer my application over from Engine Yard to Heroku. The problem is that I don't know how to get my database from one to the other. I know that you can probably do this with the command line but I don't know how. I'm hoping that someone else has one this and would be willing to help me out.
|
feedback
|
|
You'll need to get your database from EY to a DB running on your machine - what DB are you using on EY? MySQL perhaps? It should be easy enough to get this done - once you have it locally and have configured your local app to use that database as it's development datasource it's a simple case of Hopefully that's enough to get you started. | |||
|
feedback
|