Re: Windows installation problem at post-install step

2024-08-07 Thread Sandeep Thakkar
rs (maybe with > Dave's pg_upgrade idea, someone would need to write a patch, or maybe > someone could write a stand-alone locale migration program that just > connects to a cluster and (using some authoritative source, that's the > key bit to research) and replaces bad old names with nice new ones). > > [1] > https://www.postgresql.org/message-id/flat/CA+hUKGJ=XThErgAQRoqfCy1bKPxXVuF0=2zdbb+sxds59pv...@mail.gmail.com > -- Sandeep Thakkar

Re: Windows installation problem at post-install step

2024-08-06 Thread Sandeep Thakkar
On Tue, Aug 6, 2024 at 4:06 PM Sandeep Thakkar < sandeep.thak...@enterprisedb.com> wrote: > > > On Tue, Aug 6, 2024 at 10:57 AM Thomas Munro > wrote: > >> On Mon, Aug 5, 2024 at 8:50 PM Sandeep Thakkar >> wrote: >> > This issue is seen only on v16 and

Re: Windows installation problem at post-install step

2024-08-06 Thread Sandeep Thakkar
On Tue, Aug 6, 2024 at 10:57 AM Thomas Munro wrote: > On Mon, Aug 5, 2024 at 8:50 PM Sandeep Thakkar > wrote: > > This issue is seen only on v16 and not the back branches (tested on 15 > and 14) and also confirmed by @Ertan Küçükoglu at > https://github.com/EnterpriseDB/edb

Re: Windows installation problem at post-install step

2024-08-05 Thread Sandeep Thakkar
Hi Thomas, This issue is seen only on v16 and not the back branches (tested on 15 and 14) and also confirmed by @Ertan Küçükoglu at https://github.com/EnterpriseDB/edb-installers/issues/127#issuecomment-2268371442 On Fri, Aug 2, 2024 at 6:14 PM Sandeep Thakkar < sandeep.t

Re: Windows installation problem at post-install step

2024-08-02 Thread Sandeep Thakkar
On Mon, Jul 22, 2024 at 6:10 PM Sandeep Thakkar < sandeep.thak...@enterprisedb.com> wrote: > > > On Mon, Jul 22, 2024 at 5:52 PM Ertan Küçükoglu > wrote: > >> Sandeep Thakkar , 22 Tem 2024 Pzt, >> 15:01 tarihinde şunu yazdı: >> >>> >>>

Re: Windows installation problem at post-install step

2024-07-23 Thread Sandeep Thakkar
On Tue, Jul 23, 2024 at 1:58 PM Dave Page wrote: > > > On Tue, Jul 23, 2024 at 1:27 AM Thomas Munro > wrote: > >> On Mon, Jul 22, 2024 at 11:51 PM Sandeep Thakkar >> wrote: >> > EDB's windows installer gets the locales on the system using the >>

Re: Windows installation problem at post-install step

2024-07-22 Thread Sandeep Thakkar
On Mon, Jul 22, 2024 at 5:52 PM Ertan Küçükoglu wrote: > Sandeep Thakkar , 22 Tem 2024 Pzt, > 15:01 tarihinde şunu yazdı: > >> >> When I checked the installation log shared by Ertan, I do see that the >> locale passed to initcluster script is the same as returned by t

Re: Windows installation problem at post-install step

2024-07-22 Thread Sandeep Thakkar
On Mon, Jul 22, 2024 at 5:21 PM Sandeep Thakkar < sandeep.thak...@enterprisedb.com> wrote: > Hi, > > EDB's windows installer gets the locales on the system using the > https://github.com/EnterpriseDB/edb-installers/blob/REL-16/server/scripts/windows/getlocales/getlo

Re: Windows installation problem at post-install step

2024-07-22 Thread Sandeep Thakkar
gt; > As for your immediate problem, you can also use initdb.exe directly to > set up a cluster, and tell it to use locale tr-TR. I can't recommend > all the switches you'd need to pass it for best compatibility with the > EDB GUI tools though, but maybe the ones from your log. > > [1] https://en.wikipedia.org/wiki/%C3%9C#Computing_codes > [2] > https://www.postgresql.org/message-id/flat/CA%2BhUKGJTOgnTzu4VD6Am0X6g67atkQHFVk%2BC-w5wkGrGiao-%3DQ%40mail.gmail.com#556557efd6b83cd7a336b62507efe347 > [3] > https://www.postgresql.org/message-id/flat/CA%2BhUKGJ%3DXThErgAQRoqfCy1bKPxXVuF0%3D2zDbB%2BSxDs59pv7Fw%40mail.gmail.com > -- Sandeep Thakkar

Re: Windows installation problem at post-install step

2024-07-22 Thread Sandeep Thakkar
us) characters in the name, and one stable; > we need to find all the places where the old unstable ones can get > into our system, and block them off. I'm aware of two places now: the > EDB installer, and initdb's default for people who run it on the > command line with giving an explicit name. > > > I can help with the testing part. Let me know the details, please. > > Thanks! I will rebase that patch, and CC you on the thread. > > [1] > https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html > -- Sandeep Thakkar