Cluster is not being created - Mailing list pgsql-bugs

From T iv
Subject Cluster is not being created
Date
Msg-id CABovsMc5exHMsYqsJYr-0E5er_50dRG3_XUpxL7V6OwToXCFrQ@mail.gmail.com
Whole thread Raw
Responses Re: Cluster is not being created
Re: Cluster is not being created
List pgsql-bugs
Hello. I have Windows 10. At the end of the PostgreSQL 18.1 installation, the cluster is not initialized, I tried LOCALE = DEFAULT, LOCALE = C. If you complete the installation and manually run INITDB with the following parameters: "INITDB -D "d:\PostgreSQL\DB\"", then writes that INITDB found the POSTGRES program, but the versions do not match. No other versions of PostgreSQL are installed anymore. Below is the result of checking the INITDB and POSTGRES versions. Please help me solve the problem with creating a cluster.

c:\Program Files\PostgreSQL\18\bin>initdb --version
initdb (PostgreSQL) 18.1

c:\Program Files\PostgreSQL\18\bin>postgres --version
postgres (PostgreSQL) 18.1

Thank you in advance.
Igor.

pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #19354: JOHAB rejects valid byte sequences
Next
From: Srinath Reddy Sadipiralla
Date:
Subject: Re: Re: Re: BUG #19351: in pg18.1,when not null exists in the table , and add constraint problem.