Postgresqlのバージョン を11から13にアップグレードするため、brew postgresql-upgrading-databaseを実行しました。以下のMigratingの部分でエラーが表示され正常にインストール出来ませんでした。良い解決方法がございましたらよろしくお願いいたします。
開発環境:Mac os10.15.6
==> Migrating and upgrading data...
There seems to be a postmaster servicing the old cluster.
Please shutdown that postmaster and try again.
Failure, exiting
Error: Upgrading postgresql data from 11 to 13 failed!
==> Removing empty postgresql initdb database...
==> Moving postgresql data back from /usr/local/var/postgres.old to /usr/local/v
Error: Failure while executing; /usr/local/Cellar/postgresql/13.1/bin/pg_upgrade -r -b /usr/local/Cellar/postgresql@11/11.10/bin -B /usr/local/Cellar/postgresql/13.1/bin -d /usr/local/var/postgres.old -D /usr/local/var/postgres -j 4
exited with 1.
エラー後に確認した事
⓵ 起動はしている(起動・停止は可能)
**brew services start postgresql **
==> Successfully started postgresql
(label: homebrew.mxcl.postgresql)
⓶ステータスの確認 (エラーになっている) brew services list
Name Status User Plist
mysql stopped
postgresql error /Users/user/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
postgresql@11 stopped
⓷ psql -l 入力
psql: error: 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"?
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/01/12 09:08
2021/01/12 09:11