OSX をバージョン 10.7.3 にアップグレードしてから、Django の「syncdb」コマンドを実行しようとすると、Postgresql 8.4.2 から次の psycopg2 エラーが表示されます。
psycopg2.OperationalError: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/pgsql_socket/.s.PGSQL.5432"?
問題なく psql を開くことができますが、「pg_ctl status」を実行しようとすると、次のエラーも表示されます。
pg_ctl: could not open PID file "/Library/PostgreSQL/8.4/data/postmaster.pid": Permission denied
相関関係はありますか?