最近、homebrewとpostgresを再インストールする必要がありましたが、postgresがレールで機能していません。
最初にrailsを実行しようとすると、次のようになります。
/Users/lee/.rvm/gems/ruby-1.9.3-p125@achievex/gems/activerecord-3.2.6/lib/active_record/connection_adapters/postgresql_adapter.rb:1206:in `initialize': could not connect to server: Connection refused (PG::Error)
だから私はpostgresを始めてみて、これを手に入れました:
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
server starting
sh: /usr/local/var/postgres/server.log: No such file or directory
これが原因でpostgresが実行されているようです。
ps aux | grep postgreslee 1099 0.3 0.0 2425480 188 s000 R+ 5:48PM 0:00.01 grep postgres
なぜそれを実行できないのか、私はここで完全に途方に暮れています。