I can't install Postgresql. I've tried everything:
- I run the setup as Administrator.
- I create a postgresql user an I add it to the Administrator group.
- I install it directly on C:\postgresql.
but without any success. for information: I have windows 8
it's 2019, and I still have the same issue with Postgres 11. Before that, I remove the current Postgres 9.6 (if I remember the version correctly), and attempt to install the new one Postgres 11, and got the issue. I have try these following approaches, but none of them work:
The only approach that I luckily found after scratching my head nearly the whole day is with this post
I would like to quickly recap the solution in case the the link expired
Pro Tips: To get an insight of the installation log, go to %TEMP% folder by searching for "%TEMP%" in the task bar, the log name would be
bitrock_installer-xxx.log
. You would want to know what is going on to troubleshoot the issue faster.Problem solved:
run the setup as Administrador and use Windows 7 mode
Just don't use EDB installer. There is BigSQL alternative now.
I was facing the same issue on trying to install postgres 10.3.Running as the administrator didn't help me. But it got installed properly when i changed the installation directory from the default one which is inside Program Files.Instead i created a new folder inside the C drive and made it the installation directory.
I was installing the Postgres version 9.5 (On windows 7 and using the DBEnterprise installer)... for me, the problem seems to be that I was selecting "POSIX" as Regional Configuration... But I tried with the "C" Regional Configuration, and the installation finished without any problem...
Also, I run the installer as Administrator!