【发布时间】:2013-04-19 16:47:40
【问题描述】:
正如你所说,我有一个在 Heroku 中运行的应用程序,最近我安装了 Heroku Scheluder Standard 插件来自动化 heroku pgbackups:capture --expire --app my-app,但是已经 3 天了,它没有进行备份,所以……
我怎样才能让它做到呢?
【问题讨论】:
-
您在 Heroku 运行计划作业以运行通常从 Heroku 外部运行的
heroku pgbackups:capture命令,对吗? -
正确,这通常是从命令行运行的,但我想自动化它,所以我不必整天都这样做
标签: heroku scheduled-tasks scheduling add-on