LoginSignup
9
9

More than 5 years have passed since last update.

Yosemite入れたらPostgreSQLが立ち上がらなくなった

Posted at

参考: http://stackoverflow.com/questions/25970132/pg-tblspc-missing-after-installation-of-os-x-yosemite-beta

/usr/local/var/postgres 内のフォルダが消えたみたいですね。

mkdir /usr/local/var/postgres/pg_tblspc
mkdir /usr/local/var/postgres/pg_twophase
mkdir /usr/local/var/postgres/pg_stat_tmp

その後下記コマンドを実行するとうまく立ち上がります。

pg_ctl -D /usr/local/var/postgres
9
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
9