gpt4 book ai didi

ruby-on-rails - 如何在heroku上使用带有 rails 的postgres

转载 作者:行者123 更新时间:2023-12-04 04:49:03 24 4
gpt4 key购买 nike

我在 database.yml 中有以下内容

production:
adapter: postgresql
database: dbname
host: host.compute-1.amazonaws.com
username: user
password: pass_word
DATABASE_URL: postgres://user:pass_word@host.compute-1.amazonaws.com:5432/dbname

但是在 git push heroku master 上,我收到以下错误。
could not connect to server: Connection refused
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432?

我是否也需要对其他环境进行更改?

最佳答案

heroku 自动生成 database.yml在部署上。

你需要 .git 忽略 database.yml
您可以通过设置 ENV['DATABASE_URL'] (use heroku config:add DATABASE_URL=....) 来选择另一个数据库。

更多信息请查看 heroku documentation

关于ruby-on-rails - 如何在heroku上使用带有 rails 的postgres,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17716459/

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