alexkravets / heroku-mongo-backup

Backup mongodb on Heroku and push it to S3 or FTP with cron task.
https://github.com/alexkravets/heroku-mongo-backup
55 stars 33 forks source link

Use empty hash for mongoid configuration, then merge in 'defaults'. #5

Closed moonhouse closed 12 years ago

moonhouse commented 12 years ago

Don't assume there is a defaults setting in mongoid.yml. fixes #2 in upstream.

alexkravets commented 12 years ago

Hey, David! Thanks for the update.