postgresql
経由でHomeBrew
をインストールしました。うまくいきましたが、今日、コンピューターの起動時にpostgresql
サーバーが実行されないことがわかりました。
launchctl
を使用して、次のコマンドで再度ロードしようとしました。
$ launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
メッセージが表示されます:
/usr/local/Cellar/postgresql/9.3.4/homebrew.mxcl.postgresql.plist: Service is disabled
Postgresqlサービスを有効にする方法がわかりません。誰も私を見せてもらえますか?
使用する -w
オプションとlaunchctl
。
$ launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
-w
Disabledキーをオーバーライドし、falseに設定します。
brew info postgresql
が言う新しい方法:
brew services start postgresql
データベースをセットアップし、plistファイルをbrew info postgresql
に移動する方法についての提案については、コマンド~/Library/LaunchAgents
を使用すると役立つ場合があります