我的 Rails 3.2 应用程序使用的是 PostgreSQL 数据库。它在本地工作得很好。我可以通过浏览器或irb迁移应用程序并与之交互。
但是,当我运行时$ rails db
,出现错误:
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"?
我的 Postgres 套接字实际上位于:/var/pgsql_socket/.s.PGSQL.5432
那么当我使用时,我如何告诉rails在那里寻找它$ rails db