在开始之前,请注意,我在网上的Stack Overflow和文章中发现了几个类似的问题,但是没有一个问题能帮助我解决问题:
现在,这里是问题:
- 我有一个像魅力一样的Rails应用程序。
- 与我的合作伙伴一起,我们使用GitHub进行协作。
- 我们有
master
和mvp
分支机构。 - 我最近
git
使用Homebrew(Mac)更新了我的版本。 - 我们使用Foreman在本地启动我们的应用程序。
现在,当我尝试在本地启动该应用程序时,出现以下错误:
PG::ConnectionBad at /
could not connect to server: Connection refused
Is the server running on host "localhost" (::1) and accepting
TCP/IP connections on port 5432?
could not connect to server: Connection refused
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?
我试图重新启动计算机几次。
我还检查了以下内容/usr/local/var/postgres
:
PG_VERSION pg_dynshmem pg_multixact pg_snapshots pg_tblspc postgresql.conf
base pg_hba.conf pg_notify pg_stat pg_twophase postmaster.opts
global pg_ident.conf pg_replslot pg_stat_tmp pg_xlog server.log
pg_clog pg_logical pg_serial pg_subtrans postgresql.auto.conf
如您所见,其中没有postmaster.pid
文件。
知道我该如何解决吗?
postgresql.conf
吗?