You should be able to use db:push/pull: http://docs.heroku.com/taps
I'm frequently moving around the database for Gemcutter around my various machines and its production/staging apps, and there's over 100,000 rows now. Takes around a minute to pull, a little longer to push. -Nick On Mon, Oct 5, 2009 at 7:16 PM, dburkes <[email protected]> wrote: > > I've got 42,000 rows of data that I need to seed into an existing > table in a Heroku database. From our previous non-Heroku deployment, > I have a rake task that does this in MySQL by spawning the "mysql" > executable and using the LOAD DATA INFILE command. > > What's the suggested way to do large data seeds in a Heroku > deployment? > > Thanks! > > Danny Burkes > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
