本文介绍了Heroku自动数据库备份通过cron作业的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否可以使用cron作业来备份Heroku数据库?
我尝试将以下行放入 cron.rake 中:
heroku pgbackups:capture --expire
然而,它没有奏效。当我从终端运行它时,这条线就起作用了。
你能帮忙吗? =https://github.com/edavis10/heroku_s3_backup =nofollow> heroku_s3_backup gem,它包装了以一种整洁的方式完成此操作所需的代码。
Is it possible to backup Heroku database using cron jobs?
I tried putting the following line into cron.rake:
heroku pgbackups:capture --expire
However it didn't work. The line works when I run it from Terminal.
Can you help?
解决方案
Check out the heroku_s3_backup gem, which packages up the code necessary to do this in a neat way.
这篇关于Heroku自动数据库备份通过cron作业的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!