Skip to content

[Fork] Gem to backup your database from Heroku to S3. Fork uses the fog gem. Support Cedar stack

License

Notifications You must be signed in to change notification settings

ZenCocoon/heroku_s3_backup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heroku_s3_backup

Gem to backup your database from Heroku to S3. This fork use Fog and works with the Cedar stack.

Usage - Rails 3

  1. Add this to your Gemfile

    gem 'heroku_s3_backup', :git => 'git://github.com/ZenCocoon/heroku_s3_backup.git'
    
  2. Add your S3 config to Heroku

    heroku config:add S3_KEY="YOUR_ID" S3_SECRET="YOUR_KEY"
  3. Run the HerokuS3Backup.backup method from your console or a cronjob

    task :cron => :environment do
      HerokuS3Backup.backup(:name => YOUR_APP_NAME)
    end
    

Usage - Rails 2

You won’t need Cedar stack so better check other forks.

The blog post at trevorturk.com/2010/04/14/automated-heroku-backups/ has some more detailed instructions.

Note on Patches/Pull Requests

  • Fork the project.

  • Make your feature addition or bug fix.

  • Add tests for it. This is important so I don’t break it in a future version unintentionally.

  • Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)

  • Send me a pull request. Bonus points for topic branches.

Code stolen from Trevor Turk (trevorturk.com/2010/04/14/automated-heroku-backups/) and packaged by Eric Davis, modified by Jesse Storimer and others.

Copyright © 2010 Eric Davis. See LICENSE for details.

About

[Fork] Gem to backup your database from Heroku to S3. Fork uses the fog gem. Support Cedar stack

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%