I love the new pgbackups service: http://docs.heroku.com/pgbackups
...but there's one thing lacking: an easy way to automate the backups. I've used Heroku's cron addon to automate pg_dump backups in the past: https://github.com/edavis10/heroku_s3_backup/network ...but I'd like to use pgbackups instead. Are there plans to offer an automated solution? Is there a way to do this now? I've tried to put the Heroku gem into my Gemfile and then execute the command from the console, but that doesn't seem to work. I've been trying to think of other ways to run the pgbackups with the cron addon, but I haven't come up with anything yet. Any ideas would be most appreciated. Thanks! -- 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.
