gpt4 book ai didi

ruby-on-rails - 使用 heroku rails 时出错,找不到数据库客户端 psql。检查您的 $PATH 并重试

转载 作者:数据小太阳 更新时间:2023-10-29 07:53:26 24 4
gpt4 key购买 nike

尝试执行需要我执行 rails db 的数据库操作

我正在执行 heroku run rails db 但我得到了

Runningrails dbattached to terminal...启动,运行.7334
找不到数据库客户端:psql。检查您的 $PATH 并重试。

我做了:

gem update heroku

但是没有用。仍然出现相同的错误。

还有:

$ heroku run bundle exec rails db --account work --app dmplanning
Running `bundle exec rails db` attached to terminal... up, run.1572
Couldn't find database client: psql. Check your $PATH and try again.

最佳答案

这些工作:

heroku pg:psql --app # From the app's root directory
heroku pg:psql --app your_app_name # specifying the app
heroku pg:psql --app your_app_name --account work
# if you have multiple accounts, specify which one.

关于ruby-on-rails - 使用 heroku rails 时出错,找不到数据库客户端 psql。检查您的 $PATH 并重试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14464183/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com