My 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 db