I am trying to update my db heroin, but the command in the help section tells me to use:
https:
Not available in my tools.
Here are the commands that I have entered so far:
pc$ heroku addons:add pgbackups
Adding pgbackups on heroku-app-1111... done, v152342344 (free)
You can now use "pgbackups" to backup your databases or import an external backup.
Use `heroku addons:docs pgbackups` to view documentation.
pc$ heroku addons:add heroku-postgresql:hobby-basic
Adding heroku-postgresql:hobby-basic on heroku-app-1111... done, v14434455 ($9/mo)
Attached as HEROKU_POSTGRESQL_BROWN_URL
Database has been created and is available
! This database is empty. If upgrading, you can transfer
! data from another database with pgbackups:restore.
Use `heroku addons:docs heroku-postgresql` to view documentation.
pc$ heroku maintenance:on
Enabling maintenance mode for heroku-app-1111... done
pc$ heroku ps:scale worker=0
Scaling dynos... done, now running worker at 0:1XX.
pc$ heroku pgbackups:transfer HEROKU_POSTGRESQL_BROWN
! `pgbackups:transfer` is not a heroku command.
! See `heroku help` for a list of available commands.
The command list for heroku pgbackups effectively does not have a transfer command. Any ideas?
source
share