On Tue, Mar 3, 2009 at 8:27 AM, MAwiniarski <[email protected]> wrote: > Having app deployed on Heroku, how to fetch database data > so to have backup locally?
For apps on heroku.com, type: $ heroku bundles:capture $ heroku bundles:download You'll get a tarball with your app code and the SQL dump in the db directory. For apps on herokugarden.com, go to Settings -> Import/Export and click on "export just data". This will time out on any medium or large database (herokugarden isn't intended for production data), so if you have a database you're trying to export but can't, contact us. Adam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
