Thread: BUG #13692: Error when run silent installation whith alredy installed PG9.4

BUG #13692: Error when run silent installation whith alredy installed PG9.4

From
n8vred@gmail.com
Date:
The following bug has been logged on the website:

Bug reference:      13692
Logged by:          Nikolay
Email address:      n8vred@gmail.com
PostgreSQL version: 9.4.4
Operating system:   Window 7
Description:

when I run from my nsis installer silent installation of postgresql 9.4 (or
9.5 beta) I get bitrock log error:
"The installation directory must be an absolute path, containing only
letters, numbers and the characters '-', '/', '.' and '_', and must be
writable."
If I use the same script but first I remove postgre maually - then all OK

My command:
postgresql-9.4.4-3-windows.exe --unattendedmodeui minimal  --mode unattended
--superpassword "postgres" --datadir "c:\TaxCalcHub\PostgreSQL\9.4\data"
ps: changing '\' to '/' not solve problem ;)

same problem described
-
http://dba.stackexchange.com/questions/104823/how-to-reinstall-postgresql-over-an-existing-installation
-http://forums.enterprisedb.com/posts/list/4390.page

Re: BUG #13692: Error when run silent installation whith alredy installed PG9.4

From
Sandeep Thakkar
Date:
There seems an issue with upgrade in unattended mode. Will look into it.

Pls share the bitrock installation logs from the system temp if possible.
Thanks

On Wed, Oct 21, 2015 at 5:02 PM, <n8vred@gmail.com> wrote:

> The following bug has been logged on the website:
>
> Bug reference:      13692
> Logged by:          Nikolay
> Email address:      n8vred@gmail.com
> PostgreSQL version: 9.4.4
> Operating system:   Window 7
> Description:
>
> when I run from my nsis installer silent installation of postgresql 9.4 (or
> 9.5 beta) I get bitrock log error:
> "The installation directory must be an absolute path, containing only
> letters, numbers and the characters '-', '/', '.' and '_', and must be
> writable."
> If I use the same script but first I remove postgre maually - then all OK
>
> My command:
> postgresql-9.4.4-3-windows.exe --unattendedmodeui minimal  --mode
> unattended
> --superpassword "postgres" --datadir "c:\TaxCalcHub\PostgreSQL\9.4\data"
> ps: changing '\' to '/' not solve problem ;)
>
> same problem described
> -
>
> http://dba.stackexchange.com/questions/104823/how-to-reinstall-postgresql-over-an-existing-installation
> -http://forums.enterprisedb.com/posts/list/4390.page
>
>
> --
> Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-bugs
>



--
Sandeep Thakkar

Re: BUG #13692: Error when run silent installation whith alredy installed PG9.4

From
Sandeep Thakkar
Date:
This is fixed and expect the updates to be available in 2-3 days.

On Tue, Nov 17, 2015 at 1:04 PM, Sandeep Thakkar <
sandeep.thakkar@enterprisedb.com> wrote:

> There seems an issue with upgrade in unattended mode. Will look into it.
>
> Pls share the bitrock installation logs from the system temp if possible.
> Thanks
>
> On Wed, Oct 21, 2015 at 5:02 PM, <n8vred@gmail.com> wrote:
>
>> The following bug has been logged on the website:
>>
>> Bug reference:      13692
>> Logged by:          Nikolay
>> Email address:      n8vred@gmail.com
>> PostgreSQL version: 9.4.4
>> Operating system:   Window 7
>> Description:
>>
>> when I run from my nsis installer silent installation of postgresql 9.4
>> (or
>> 9.5 beta) I get bitrock log error:
>> "The installation directory must be an absolute path, containing only
>> letters, numbers and the characters '-', '/', '.' and '_', and must be
>> writable."
>> If I use the same script but first I remove postgre maually - then all OK
>>
>> My command:
>> postgresql-9.4.4-3-windows.exe --unattendedmodeui minimal  --mode
>> unattended
>> --superpassword "postgres" --datadir "c:\TaxCalcHub\PostgreSQL\9.4\data"
>> ps: changing '\' to '/' not solve problem ;)
>>
>> same problem described
>> -
>>
>> http://dba.stackexchange.com/questions/104823/how-to-reinstall-postgresql-over-an-existing-installation
>> -http://forums.enterprisedb.com/posts/list/4390.page
>>
<http://dba.stackexchange.com/questions/104823/how-to-reinstall-postgresql-over-an-existing-installation-http://forums.enterprisedb.com/posts/list/4390.page>
>>
>>
>> --
>> Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgsql-bugs
>>
>
>
>
> --
> Sandeep Thakkar
>
>


--
Sandeep Thakkar