I'm considering using Heroku for a new app that I'm working on - but I'm not too sure about backups.
I can grab a bundle every night, or use this: http://nickmerwin.com/easily-backup-your-heroku-database-to-s3 just to grab the database (as I've already got my code stored in source control so I may as well save on bandwidth). But what about files that my app has uploaded to S3? My other apps (on traditional VPSes) have backup routines that put the backups onto S3 - so I have two copies of everything (one on the VPS and one on S3). But this app, because of the filesystem will need to push stuff onto S3 straight away - so I'll only have a single copy. Is that safe? I can't find much detail about what Amazon will do in the case of a disaster. Also - my app will have a warning stating that you should keep your own copies of these files but no-one ever reads warnings, so it's best to ask the question I feel. Cheers Baz.
-- 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.
