LoginSignup
1
0

More than 3 years have passed since last update.

PG::ConnectionBad: could not connect to server: No such file or directory

Posted at

PG::ConnectionBad: could not connect to server: No such file or directoryというエラーがでた

解決法

1,ターミナルでdesktopの前に行く。

2,
$ cd /usr/local/var/log/

3,
$ cat postgres.log

そうすると以下のようなエラーがでる
dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.62.dylib
Referenced from: /usr/local/bin/postgres

4,以下の記事を参考に実行
https://qiita.com/eightfoursix/items/bf11693b085eced95e29

4-1
$ brew upgrade

4-2
$ brew postgresql-upgrade-database

自分の場合は、これで解決しました。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0