Last active
August 29, 2015 14:17
-
-
Save bourroush/acd480bfb2fdfe178042 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ cineflixinternational git:(cedar) heroku pgbackups:restore HEROKU_POSTGRESQL_GOLD 'https://s3.amazonaws.com/me/items/3H0q/mydb.dump' --app cineflixcedar-app | |
HEROKU_POSTGRESQL_GOLD_URL (DATABASE_URL) <---restore--- mydb.dump | |
! WARNING: Destructive Action | |
! This command will affect the app: cineflixcedar-app | |
! To proceed, type "cineflixcedar-app" or re-run this command with --confirm cineflixcedar-app | |
> cineflixcedar-app | |
! Please add the pgbackups addon first via: | |
! heroku addons:add pgbackups | |
➜ cineflixinternational git:(cedar) heroku addons:add pgbackups --app cineflixcedar-app | |
Adding pgbackups on cineflixcedar-app... failed | |
! Add-on plan not found. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment