Re: BUG #17286: Installing open source edition of PostgreSQL 11.14 will fail

From: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>
To: marrow(dot)yung(at)gmail(dot)com, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #17286: Installing open source edition of PostgreSQL 11.14 will fail
Date: 2021-11-22 09:53:28
Message-ID: CANFyU95StE3auizS29oay6pQ7RWzJjGiq22dp_Zn6-CNy8g4bQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi

Installer will allow you to create only one cluster by default. If you want
more than one server instance, then the best option would be to manually
execute the initdb and start the services

On Wed, Nov 17, 2021 at 3:36 PM PG Bug reporting form <
noreply(at)postgresql(dot)org> wrote:

> The following bug has been logged on the website:
>
> Bug reference: 17286
> Logged by: Marrow Yung
> Email address: marrow(dot)yung(at)gmail(dot)com
> PostgreSQL version: 11.14
> Operating system: windows server
> Description:
>
> when install open source edition of PostgreSQL 11.14 on top of a Window
> server 2012 R2 box which ALREADY has a earlier version of PostgreSQL
> installed with collation other than default one, the installation of
> PostgreSQL 11.14 or other version ALSO will collation other than the
> default
> one, the installer will fail and no PostgreSQL windows service will be
> installed.
>
> the second PostgreSQL installation only works if it use default collation
> .
> I want more than one PostgreSQL instance on the SAME windows server box to
> use other collation , e.g. traditional chinese (Hong Kong)
>
>

--
Sandeep Thakkar

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David Rowley 2021-11-22 10:36:25 Re: BUG #17213: Wrong result from a query involving Merge Semi Join and Memoize
Previous Message Sandeep Thakkar 2021-11-22 09:50:22 Re: BUG #17289: Postgres 14.1 Windows installer fails with unknown error and terminates