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.

Rails、PostgreSQL bundle exec rake db:createコマンドの時のエラー

Posted at
bundle exec rake db:create

RailsとPostgreSQLでアプリ作成時、上記のDB作成コマンドでエラーが発生。

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

postgresqlをリスタートすることで解決できました。

$ brew services restart postgresql
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?