Heroku 重新启动 = 未找到资源?
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决方案很明显......
更新修复了这个问题。这是我的宝石版本:
The solution was obvious...
The update fix this issue. Here's my gems versions :