[解決済み] PostgreSQL サーバが停止しない
2023-01-12 01:11:05
質問
Mac OS X 10.8.4 上の PostgreSQL でちょっとした問題があります。私は誤って
brew rm postgresql --force
を実行してしまいました。インストール時に
brew install postgresql
を使ってインストールし
pg_ctl -D /usr/local/var/postgres start
と出る。
pg_ctl: another server might be running; trying to start server anyway
server starting
FATAL: lock file "postmaster.pid" already exists
HINT: Is another postmaster (PID 752) running in data directory "/usr/local/var/postgres"?
ps -ef | grep postgres"を実行すると、次のようになります。
501 752 235 0 12:42PM ?? 0:00.01 /usr/local/opt/postgresql/bin/postgres -D /usr/local/var/postgres -r /usr/local/var/postgres/server.log
501 754 752 0 12:42PM ?? 0:00.00 postgres: checkpointer process
501 755 752 0 12:42PM ?? 0:00.34 postgres: writer process
501 756 752 0 12:42PM ?? 0:00.02 postgres: wal writer process
501 757 752 0 12:42PM ?? 0:00.01 postgres: autovacuum launcher process
501 758 752 0 12:42PM ?? 0:00.01 postgres: stats collector process
501 945 452 0 12:58PM ttys000 0:00.00 grep postgres
でサーバを停止しようとすると
pg_ctl stop -D /usr/local/var/postgres -m fast
または
pg_ctl -D /usr/local/var/postgres stop -mi
を取得します。
waiting for server to shut down........................................... Failed
pg_ctl: server does not shut down
EDIT
which pg_ctl
/usr/local/bin/pg_ctl
pg_ctl --version
pg_ctl (PostgreSQL) 9.2.4
の要点
server.log
:
https://gist.github.com/anonymous/6106182
どのように解決するのですか?
は、postgres 用の brew.plist を ~/Library/LaunchAgents/ でアンロードして削除する必要があることがわかりました。再起動後、すべてがうまくいっています...質問を終了します。
関連
-
Postgresqlへのリモートアクセスの設定方法(ファイアウォールの設定またはOFFが必要です。)
-
[解決済み] PostgreSQLの場合。PostgreSQLのテーブルを表示する
-
[解決済み] PostgreSQLの "DESCRIBE TABLE"
-
[解決済み] PostgreSQL コマンドラインユーティリティ: psql を終了する方法
-
[解決済み] PostgreSQLのユーザーパスワードを変更する方法を教えてください。
-
[解決済み] どのバージョンのPostgreSQLを使用していますか?
-
[解決済み] PostgreSQLデータベースにアクティブな接続がある場合、そのデータベースを削除する方法は?
-
[解決済み] PostgreSQLの場合。PostgreSQLですべてのテーブルのOWNERを同時に変更する
-
[解決済み】Mac OS XでPostgreSQLサーバーを起動するには?
-
[解決済み] MacのMavericksにPG gemをインストールできない。
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
単語をソートするカスタム関数とそれをPostgreSQLで使用する(実装コード)
-
エクセルテーブルのデータをpostgresqlのデータベースにインポートする方法
-
Postgresqlの操作でSQL文の実行効率を表示する
-
pgAdmin for postgreSQLでサーバーのデータをバックアップする方法
-
PostgreSQLの自己インクリメント構文使用上の注意点
-
Postgresqlのデータベースにおける配列の作成と変更に関する操作
-
サーバーに接続できませんでした:接続拒否(0x0000274D/10061)
-
[解決済み] 未知語からテキストへの変換関数の検索に失敗しました。
-
[解決済み] psqlでデータベースを切り替えるには?
-
[解決済み】ライブラリがロードされない。/usr/local/opt/readline/lib/libreadline.6.2.dylib