Postgres is failing with 'could not open relation mapping file “global/pg_filenode.map” '

后端 未结 11 1043
醉话见心
醉话见心 2020-12-12 23:49

I\'m having an issue with my install of postgres in my development environment and I need some help diagnosing it. I haven\'t yet had any luck in tracking down a solution.

11条回答
  •  不思量自难忘°
    2020-12-13 00:31

    That may be a permission issue, Please check the owner and group of configuration files in /var/lib/pgsql/9.3/data/

    chown -R postgres:postgres /var/lib/pgsql/9.3/data/
    

    solved the issue for me

提交回复
热议问题