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

后端 未结 11 1036
醉话见心
醉话见心 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:27

    I agree about all of the above solutions. I was running Postgres on a server, and the problem was that I was using a PORT number that was used by some other OLDER version of Postgres.

    I only needed to change the port.

提交回复
热议问题