Heroku 重新启动 = 未找到资源?

发布于 2024-11-30 16:25:16 字数 561 浏览 1 评论 0原文

我使用 Heroku 部署 Rails3 应用程序已有几个月了。

到目前为止,部署我的应用程序非常简单..(我使用 heroku san 来管理暂存或生产等环境)..但是今天,命令“重新启动”给了我一个很好的“找不到资源”错误。

我不明白为什么,因为其他命令有效(控制台、rake db:migrate,...)

好:

heroku console --app my_app  
heroku rake db:migrate --app my_app  
heroku stack --app my_app  
etc...

不好:

heroku restart --app my_app

有什么建议吗? 谢谢。


这是完整的终端命令和结果:

me@computer:my_app_folder(master)$ heroku restart --app my_app
Resource not found

没有其他的......

I'm using Heroku to deploy a Rails3 App for months.

Until now, deploying my app was really straightforward.. (I'm using heroku san to manage environments like staging or production) .. but today, the command "restart" give me a nice "Resource not found" error.

I can't understand why because the others commands works (console, rake db:migrate, ...)

Good :

heroku console --app my_app  
heroku rake db:migrate --app my_app  
heroku stack --app my_app  
etc...

Not good :

heroku restart --app my_app

Any suggestions ?
Thx.


Here's the full Terminal command and result :

me@computer:my_app_folder(master)$ heroku restart --app my_app
Resource not found

There's nothing else...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半世蒼涼 2024-12-07 16:25:16

解决方案很明显......

gem update heroku

更新修复了这个问题。这是我的宝石版本:

heroku (2.4.2, 1.17.10)
heroku_san (1.2.3, 1.2.0)

The solution was obvious...

gem update heroku

The update fix this issue. Here's my gems versions :

heroku (2.4.2, 1.17.10)
heroku_san (1.2.3, 1.2.0)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文