0
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.

ローカル環境でserverが起動しない時の対処法 PG::ConnectionBad

Posted at

#結論
DBを起動させていないから

スクリーンショット 2020-05-25 9.48.44.png

#解決法

terminal
brew services start postgresql    

※postgresqlのところはそれぞれ使っているDBを指定

terminal
bin/rails s 

###開発環境
Homebrew 2.2.17
ruby 2.5.1p57
Rails 5.2.4.3
psql (PostgreSQL) 12.3

0
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
0
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?