我在 PC (Windows 7) 上使用 nitrous,并且无法连接到服务器(使用 ruby on rails)。它昨天运行良好(相同的项目,相同的计算机)。
我得到的错误:
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
我的 database.yml 文件:
development:
adapter: postgresql
database: mvp_development
test:
adapter: postgresql
database: mvp_test
我已经确认我的 Gemfile 确实包含“pg”,尝试运行 bundle update 和 bundle install,卸载 pg 并运行 bundle install,以及运行 gem pristine pg。