Database Reference
In-Depth Information
Deleting backups
Similar to downloading backups, you can also delete backups via the web interface at Her-
oku Postgres https://postgres.heroku.com . Select a database and click on the Delete link in
the list.
You can delete a backup via the client through the pgbackups:destroy command.
This command expects you to pass the backup ID to perform the deletion:
$ heroku pgbackups:destroy b004 --app your-app-name
Destroying b004... done
Search WWH ::




Custom Search