Hi what can I do about this I can't capture a backup from heroku
I am using shared database
It always shows...
SHARED_DATABASE (DATABASE_URL) ----backup---> error
! must delete a backup before creating a new one
How can I delete recent backups?
Thank you.
heroku pgbackups:capture --expire
this will create the backup :)
--expire automatically deletes the oldest existing manual backup
You can list backups
heroku pgbackups
Then delete one by typing it's ID
heroku pgbackups:destroy b003
More information can be found here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With