1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

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,

3,

$ cat postgres.log

そうすると以下のようなエラーがでる

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

4-2

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

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?