Failed to load sql modules into the database cluster during PostgreSQL Installation

后端 未结 14 2038
南旧
南旧 2020-12-13 18:07

I have attempted to install PostgreSQL 9.4 and 8.4 multiple times and it is failing no matter what I have tried. I am attempting to install on Windows 7 SP1 x64. After each

相关标签:
14条回答
  • 2020-12-13 18:59
    • Changed the data directory to something other than the installation directory of postgres

    Make sure NETWORK SERVICE has read/write permissions on that folder, the installation was failing for me until I did this.

    0 讨论(0)
  • 2020-12-13 19:00

    None of these answers here helped me, finally I solved this problem by creating the folder before the installation (C:\PostgreSQL\data) and giving it full access for the group "Users".

    Windows 7 x64, postgresql-9.5.2-1-windows-x64

    0 讨论(0)
提交回复
热议问题