标签: ruby-on-rails windows postgresql heroku
我在heroku(postgresql数据库)上有一个Ruby应用程序,并希望有一个从Windows服务器任务调度程序触发的脚本,以备份postgresql数据库并将其作为每日备份下载到本地计算机。
我可以手动使用 heroku pgbackups:capture --expire -a app_name 卷曲命令。 但是想自动完成这个过程
感谢
答案 0 :(得分:2)
您可以使用Batch File Windows Schedule中的备份命令来执行此操作。