Although it's anything but ideal, I was just able to do this by adding yaml_db to my project, doing db:dump on the old live site, checking in data.yml, and doing db:load on the new site.
I'm also curious about what the "correct" way to do this is. Also, what is the suggested way to back up our database on a regular basis once it's up there? Jeremy On Sun, Feb 8, 2009 at 6:26 AM, dan <[email protected]> wrote: > > Hi, > On the new heroku platform, will there be a way to do database > transfers up and down using yaml_db or some other method? > > I ask, because I have my app (code) transferred using git and running, > but have no way to bulk-load all the data into the new database other > than re-entering it all. > > Or should we be building our own data import/export functions into our > apps? > > Dan > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
