Heroku Nightly Database Backups with Cron
I thought I’d share a quick tip how to do nightly database backups with Cron at Heroku.
I thought I’d share a quick tip how to do nightly database backups with Cron at Heroku.
The most common way to have cron tasks with your Rails application is to have a Rake task and configure it’s periodic execution in the crontab. This allows…