🆕 新着Qiita記事をお知らせします。
『ERROR PG::ConnectionBad: 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"?』
https://qiita.com/f___juntaro_/items/cda09bb1044a0bdbeb49 by @f___juntaro_ @Qiita
#postgres_qiita #pg_ctl_qiita #berw_qiita
ERROR PG::ConnectionBad: 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"? - Qiita
## とりあえずpostgresのアンインストール、インストール
```
$ berw uninstall postgres
$ brew install postgres
$ postgres -v
```
http://tda...