We use Heroku’s PG Backups which has been great http://addons.heroku.com/pgbackups
I’m currently manually downloading the backups everyday to my computer and then uploading it to my S3 account. Does anyone know how to setup a cron job to automatically create a backup (daily is fine) and send it directly to my S3 account?
If you add this to lib/tasks and have the cron addon running herkou will run this: