kbaum / heroku-database-backups

Heroku database backups and copies to S3
MIT License
99 stars 82 forks source link

Small depreciation warning #9

Closed augnustin closed 9 years ago

augnustin commented 9 years ago

Since the readme explains everything to move to the newest heroku pgbackup strategy, I thought I'd mention a depreciation warning I got:

heroku addons:add scheduler -a myapp-backups
WARNING: `heroku addons:add` has been deprecated. Please use `heroku addons:create` instead.

I can PR if desired!

kbaum commented 9 years ago

Good call! PR would be great!