RE: Postgres 11.5.1 failed installation - Mailing list pgsql-bugs

From Petar Masev
Subject RE: Postgres 11.5.1 failed installation
Date
Msg-id AM6PR01MB410469978646297939B14BDDEEAA0@AM6PR01MB4104.eurprd01.prod.exchangelabs.com
Whole thread Raw
In response to Re: Postgres 11.5.1 failed installation  (Sandeep Thakkar <sandeep.thakkar@enterprisedb.com>)
Responses Re: Postgres 11.5.1 failed installation  (Sandeep Thakkar <sandeep.thakkar@enterprisedb.com>)
List pgsql-bugs

The operating system is windows 10, 1903 version, 18362.295 os build. Sorry for the missing information 😊

 

  1. The suggested command resulted in ‘Access is denied’. It seems that the folder postgresql_installer_3011282188and the other folders postgresql_installer_{string} are not owned by the current os user via which the installation has been started.
  2. I changed the temp location to custom folder but the result is the same.

 

There is no any problems with the 11.4.3 installation assembly.

 

Thank you, with regards,

Petar Masev

 

From: Sandeep Thakkar <sandeep.thakkar@enterprisedb.com>
Sent: Wednesday, August 21, 2019 5:30 AM
To: Petar Masev <p.masev@outlook.com>
Cc: pgsql-bugs@lists.postgresql.org
Subject: Re: Postgres 11.5.1 failed installation

 

Hi

 

What's your Windows version? Will investigate the issue and get back to you. Could you run the following command as an Administrator and paste the output? 

 

C:\> icacls C:\Users\user\AppData\Local\Temp/postgresql_installer_3011282188

 

Can you also please try setting the TEMP variable to some other temporary directory and rerun the installer? So on the command prompt, you may do this:

 

C:\> set TEMP=C:\MyCustomTemp (Please create this directory if it doesn't exist)

C:\> postgresql-11.5-1-windows-x64.exe

 

Thanks,

 

On Tue, Aug 20, 2019 at 8:40 PM Petar Masev <p.masev@outlook.com> wrote:

Hello, I tried to upgrade the postgres’version but something goes wrong with the privileges may be. I attach a log about the problem.

 

Also I saw on the stackoverflow the same problem but with 10.10 version -> https://stackoverflow.com/questions/57480005/postgres-failed-to-install

 

Thank you for any suggestions to resolve it or do we need to wait for another installation assembly.

 

With regards,

Petar Masev


 

--

Sandeep Thakkar

 

pgsql-bugs by date:

Previous
From: Christoph Ziegenberg
Date:
Subject: Re: BUG #15967: Sequence generation using NEXTVAL() fails on 64bit systems
Next
From: PG Bug reporting form
Date:
Subject: BUG #15971: Behaviour of SUBSTR function depending on its arguments