Do you have your code in a git repo external to Heroku at all? If so, surely this is a backup of the code?
As Heroku as a read only filesystem, data should be the only thing in production which you don't already have a copy of. Neil Middleton http://about.me/neilmiddleton On Tuesday, 15 February 2011 at 23:38, Wes Gamble wrote: > I was using the bundles add-on to do backups of each of my Heroku apps., but > I see that as of today, bundles are deprecated. > > pgbackups is mentioned as a replacement. I'm already using pgbackups to do > database backups. > > However, pgbackups isn't really a full replacement for the bundle add-on, > since it only backs up the DB, and not any files, nor the git repo. of the > app. > > What is the recommended way to do file backups and git repo. backups given > the deprecation of bundles? > > Also, all of my apps. still show the bundle add-on as installed - do I have > to remove it myself or will it eventually disappear? > > Thanks, > Wes > -- > 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. > -- 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.
