🐷

Rails ActiveRecord::ConnectionNotEstablished DBエラー

2024/10/07に公開

PostgreSQLを再起動しても何にもならない時の対処方法

実際にPostgreSQLプロセスが動作しているか確認

ps aux | grep postgres

もし実際にプロセスが動作していない場合は、古いpostmaster.pidファイルを削除

sudo rm /usr/local/var/postgresql@14/postmaster.pid

Discussion