gpt4 book ai didi

ruby-on-rails - 转PG!数据库迁移错误:PG::ConnectionBad:

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

我之前使用的是 sqlite,但由于某些原因切换到了 pg。

我在 makefile 中包含了 pg gem 并在配置/环境中进行了更改。

当我开始使用 rake db:migrate 迁移数据时,出现此错误。

PG::ConnectionBad: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?

我浏览了所有与此相关的帖子,但没有找到解决方案。

我正在使用 ruby 2.1.5rails 4.2.0

最佳答案

sudo/etc/init.d/postgresql 启动

sudo/etc/init.d/postgresql 重启

两者都应该工作得很好

如果您仍然遇到错误,您应该修复 config/database.yml 文件,解决此问题的一种方法是简单地创建一个新项目

rails new yourapp -d postgresql

然后复制database.yml文件

如果你需要创建一个新的用户和密码

sudo -u postgres createuser john -s

如果您想为用户设置密码,您可以执行以下操作

sudo -u postgres psql

postgres=#\密码约翰

大部分来自gorails

关于ruby-on-rails - 转PG!数据库迁移错误:PG::ConnectionBad:,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31038001/

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