psql: could not connect to serverと言われた時

起動していた開発環境が突然落ちて、postgresに接続できませんのようなメッセージが突然でるようになりました。 メッセージの内容は以下です。 psql: 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"? 対処…