| From: | VASUKI M <vasukianand0119(at)gmail(dot)com> |
|---|---|
| To: | T iv <tiv060370(at)gmail(dot)com> |
| Cc: | pgsql-bugs(at)lists(dot)postgresql(dot)org, Robert Haas <robertmhaas(at)gmail(dot)com> |
| Subject: | Re: Cluster is not being created |
| Date: | 2025-12-17 05:32:32 |
| Message-ID: | CAE2r8H6-ec7k79NCBcUfp0EZC75_vk+7zVeiDZm9Au9tCh50nA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Hi Igor,
As Robert mentioned,the information so far isn't enough to diagnose the
problem.
The "versions do not match" error usually means that initdb is finding a
different postgres.exe than the one you expect,even if --version prints the
same number.On Windows this often happens due to a leftover PostgreSQL
installation or an unexpected entry in PATH.
Could you please share:
1.The exact error message printed by initdb
2.Exact command you used to run initdb
3.The output of
where initdb
where postgres
echo %PATH%
4.Confirmation that there are no remaining PostgreSQL directories (eg.
C:\program Files\PostgreSQL\*) or PostgreSQL services from older versions
with those details,it should be possible to see whether this is a PATH or
installation issue ,or something else.
Thanks,
Vasuki M
CDAC,Chennai.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | PG Bug reporting form | 2025-12-17 06:57:30 | BUG #19357: PostgreSQL generates a custom plan that performs worse than the generic plan for a certain query. |
| Previous Message | Michael Paquier | 2025-12-17 02:59:17 | Re: BUG #19354: JOHAB rejects valid byte sequences |