标签:pg postgres
今天安装postgres,启动异常:could not open lock file "/tmp/.s.PGSQL.5432.lock":
修改tmp权限,chown -R postgres:postgres /tmp
启动成功。
pg启动异常could not open lock file "/tmp/.s.PGSQL.5432.lock":
原文地址:http://bilibili.blog.51cto.com/7121987/1969436