作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我不确定我的 heroku postgres 发生了什么,但是当我尝试使用命令行访问它时 pg:info
和 pg:psql
,我得到“未找到”。
我什至单击 heroku 上的按钮也为我的应用程序创建了一个数据库。
我该如何调试?我可以尝试什么?我不介意从头开始,因为它是为了测试。
最佳答案
尝试明确传递应用程序名称或数据库名称。 heroku cli 尝试从 'heroku' git remote 推断您的应用程序名称,但如果找不到,它只会返回 Not Found 消息。
例如;
heroku pg:info --app appname
关于ruby-on-rails - Heroku pg :info and pg:psql "Not found",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18097462/
我是一名优秀的程序员,十分优秀!