kbaum / heroku-database-backups

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

Added a test to see if the aws command is already installed. #26

Closed richardbrockie closed 3 years ago

richardbrockie commented 3 years ago

Only install awscli if required. Useful when testing operation manually from a dyno ($ heroku run bash) as it only downloads awscli the first time backup.sh is run.

kbaum commented 3 years ago

Cool. Thanks!