Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
539 views
in Technique[技术] by (71.8m points)

heroku - SHARED_DATABASE (DATABASE_URL) ----backup---> error ! must delete a backup before creating a new one

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.

question from:https://stackoverflow.com/questions/11605704/shared-database-database-url-backup-error-must-delete-a-backup-befor

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
heroku pgbackups:capture --expire

this will create the backup :)

--expire automatically deletes the oldest existing manual backup


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...