문제

As you can say, I have an app running in Heroku, recently I installed Heroku Scheluder Standard add-on to automatize heroku pgbackups:capture --expire --app my-app, but it's been 3 days and it doesn't make the backup, so…

How can I make it do them?

도움이 되었습니까?

해결책

You may find the pgbackups addon will work for you, depending on the frequency with which you want the backups to occur. heroku addons:add pgbackups:auto-month will configure the appropriate addon.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top