Are there any options for automating this? In the next couple of weeks
I will start putting data into my app that I don't want to lose. It
would be nice to not have to do this manually.

Thanks,
Paul

On Jun 28, 2:38 pm, "Adam Wiggins" <[EMAIL PROTECTED]> wrote:
> For a complete database backup, use yaml_db.  (This works with any
> Rails app if you install the plugin, but yaml_db is available
> automatically on Heroku.)
>
> Go to the rake console and run: db:dump
>
> Reload your editor window, then go to the db folder in the lefthand
> filenav and right-click data.yml and select download.  You may also
> want to download schema.rb, for a complete backup.
>
> Also, the download link on the Import/Export tab automatically does a
> db:dump, so the tarball you'll get from that will contain a current
> backup of your database.
>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to