Re: Windows installation problem at post-install step

2024-08-07 Thread Sandeep Thakkar
On Thu, Aug 8, 2024 at 6:10 AM Thomas Munro wrote: > Thanks. The log didn't offer any more clues, and my colleague David R > has Windows and knows how to work its debugger so we sat down together > and chased this down (thanks David!). > > 1. It is indeed calling abort(), but it's not a PANIC o

Re: Windows installation problem at post-install step

2024-08-07 Thread Thomas Munro
Thanks. The log didn't offer any more clues, and my colleague David R has Windows and knows how to work its debugger so we sat down together and chased this down (thanks David!). 1. It is indeed calling abort(), but it's not a PANIC or Assert() in PostgreSQL, it's an assertion inside Windows' ow

Re: Windows installation problem at post-install step

2024-08-06 Thread Thomas Munro
On Tue, Aug 6, 2024 at 11:44 PM Peter J. Holzer wrote: > I assume that "1254" here is the code page. > But you specified --encoding=UTF-8 above, so your default locale uses a > different encoding than the template databases. I would expect that to > cause problems if the template databases contain

Re: Windows installation problem at post-install step

2024-08-06 Thread Thomas Munro
On Tue, Aug 6, 2024 at 10:38 PM Sandeep Thakkar wrote: > On Tue, Aug 6, 2024 at 4:06 PM Sandeep Thakkar > wrote: [v15] >>> XXX debug raw: setup_locale_encoding = "Turkish_Türkiye.1254" >>> XXX debug hex: setup_locale_encoding = { 54 75 72 6b 69 73 68 5f 54 fc 72 >>> 6b 69 79 65 2e 31 32 35

Re: Windows installation problem at post-install step

2024-08-06 Thread Peter J. Holzer
On 2024-08-06 16:06:51 +0530, Sandeep Thakkar 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 not the back branches (tested on 15 > and 14) and also confirmed by @Ertan

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 not the back branches (tested on 15 >> and 1

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-installers/issues/127

Re: Windows installation problem at post-install step

2024-08-05 Thread Thomas Munro
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-installers/issues/127#issuecomment-2268371442 Does that mean you can reproduce

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.thak...@enterprisedb.co

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ı: >> >>> >>> When I checked the installation log shared by Ertan, I do see

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 >> https://github.com/EnterpriseDB/edb-installers/bl

Re: Windows installation problem at post-install step

2024-07-23 Thread Dave Page
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 > https://github.com/EnterpriseDB/edb-installers/blob/REL-16/server/scripts/windows/getlocales/getlocales.cpp > and

Re: Windows installation problem at post-install step

2024-07-22 Thread Thomas Munro
On Mon, Jul 22, 2024 at 11:51 PM Sandeep Thakkar wrote: > 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/getlocales.cpp > and then substitute some patterns > (https://github.com/Ente

Re: Windows installation problem at post-install step

2024-07-22 Thread Adrian Klaver
On 7/22/24 13:34, Ertan Küçükoglu wrote: Adrian Klaver >, 22 Tem 2024 Pzt, 23:18 tarihinde şunu yazdı: It would seem to me the process would be: 1) Create Windows VM 2) Run the localizer tool in the VM to get the old locale name in place. 3)

Re: Windows installation problem at post-install step

2024-07-22 Thread Ertan Küçükoglu
Adrian Klaver , 22 Tem 2024 Pzt, 23:18 tarihinde şunu yazdı: > It would seem to me the process would be: > > 1) Create Windows VM > > 2) Run the localizer tool in the VM to get the old locale name in place. > > 3) Run the installer. > I just tested that and failed at the same step. My understand

Re: Windows installation problem at post-install step

2024-07-22 Thread Adrian Klaver
On 7/22/24 13:15, Ertan Küçükoglu wrote: Adrian Klaver >, 22 Tem 2024 Pzt, 22:56 tarihinde şunu yazdı: Why not use that? There was already an installed PostgreSQL just failing to start. I used that localization tool and it started again. This was the prod

Re: Windows installation problem at post-install step

2024-07-22 Thread Ertan Küçükoglu
Adrian Klaver , 22 Tem 2024 Pzt, 22:56 tarihinde şunu yazdı: > > Why not use that? > There was already an installed PostgreSQL just failing to start. I used that localization tool and it started again. This was the production system where Windows update changed the name of the Turkish localizatio

Re: Windows installation problem at post-install step

2024-07-22 Thread Adrian Klaver
On 7/22/24 11:48, Ertan Küçükoglu wrote: Adrian Klaver >, 22 Tem 2024 Pzt, 21:10 tarihinde şunu yazdı: I am getting out of my depth here, but I am pretty sure that: ENCODING = 'UTF8' LOCALE_PROVIDER = libc LOCALE = 'Turkish_Turkey.1254' is not goi

Re: Windows installation problem at post-install step

2024-07-22 Thread Ertan Küçükoglu
Adrian Klaver , 22 Tem 2024 Pzt, 21:10 tarihinde şunu yazdı: > I am getting out of my depth here, but I am pretty sure that: > > ENCODING = 'UTF8' LOCALE_PROVIDER = libc LOCALE = 'Turkish_Turkey.1254' > > is not going to work. That you will need to change the locale to a > Turkish UTF8 name. > I

Re: Windows installation problem at post-install step

2024-07-22 Thread Adrian Klaver
On 7/22/24 10:51 AM, Ertan Küçükoglu wrote: Adrian Klaver >, 22 Tem 2024 Pzt, 20:37 tarihinde şunu yazdı: What is the command you use to restore the pg_dumpall file? within psql I run \i template1 should not be dropped in the pg_dumpall file.

Re: Windows installation problem at post-install step

2024-07-22 Thread AC Gomez
We On Mon, Jul 22, 2024, 1:51 PM Ertan Küçükoglu wrote: > Adrian Klaver , 22 Tem 2024 Pzt, 20:37 > tarihinde şunu yazdı: > >> What is the command you use to restore the pg_dumpall file? >> > > within psql I run \i > > template1 should not be dropped in the pg_dumpall file. >> >> Is there output

Re: Windows installation problem at post-install step

2024-07-22 Thread Ertan Küçükoglu
Adrian Klaver , 22 Tem 2024 Pzt, 20:37 tarihinde şunu yazdı: > What is the command you use to restore the pg_dumpall file? > within psql I run \i template1 should not be dropped in the pg_dumpall file. > > Is there output that shows that happening? > -- -- Databases -- -- -- Database "templat

Re: Windows installation problem at post-install step

2024-07-22 Thread Adrian Klaver
On 7/22/24 10:09 AM, Ertan Küçükoglu wrote: Adrian Klaver >, 22 Tem 2024 Pzt, 20:04 tarihinde şunu yazdı: When you connect using psql do you see template0, template1 and postgres when you do \l? Yes postgres=# \l                              

Re: Windows installation problem at post-install step

2024-07-22 Thread Ertan Küçükoglu
Adrian Klaver , 22 Tem 2024 Pzt, 20:04 tarihinde şunu yazdı: > When you connect using psql do you see template0, template1 and postgres > when you do \l? > Yes postgres=# \l List of databases Name| Owner | Encoding | Locale Provide

Re: Windows installation problem at post-install step

2024-07-22 Thread Adrian Klaver
On 7/22/24 09:51, Ertan Küçükoglu wrote: Adrian Klaver >, 22 Tem 2024 Pzt, 17:49 tarihinde şunu yazdı: Provide the following info: 1) Linux distro and version. 2) How did you install Postgres? 3) Versions of Postgres that was dumped from and

Re: Windows installation problem at post-install step

2024-07-22 Thread Ertan Küçükoglu
Adrian Klaver , 22 Tem 2024 Pzt, 17:49 tarihinde şunu yazdı: > Provide the following info: > > 1) Linux distro and version. > > 2) How did you install Postgres? > > 3) Versions of Postgres that was dumped from and restored to. > > 4) How did you initdb the Postgres cluster? > > 5) Can you connect

Re: Windows installation problem at post-install step

2024-07-22 Thread Adrian Klaver
On 7/22/24 03:10, Ertan Küçükoglu wrote: Adrian Klaver >, 21 Tem 2024 Paz, 22:29 tarihinde şunu yazdı: If the backup was done using pg_dump it should work. If you are talking about a file level backup then it would not work. Backup file is from a clus

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 the >> getlocales executable.

Re: Windows installation problem at post-install step

2024-07-22 Thread Ertan Küçükoglu
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 the > getlocales executable. > > Executing C:\Windows\System32\cscript //NoLogo "C:\Program > F

Re: Windows installation problem at post-install step

2024-07-22 Thread Dave Page
Hi On Mon, Jul 22, 2024 at 1:02 PM Sandeep Thakkar < sandeep.thak...@enterprisedb.com> wrote: > > > 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/En

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/getlocales.cpp > and > then substitu

Re: Windows installation problem at post-install step

2024-07-22 Thread Sandeep Thakkar
Hi, On Mon, Jul 22, 2024 at 1:57 AM Thomas Munro wrote: > On Mon, Jul 22, 2024 at 7:29 AM Adrian Klaver > wrote: > > On 7/21/24 12:00, Ertan Küçükoglu wrote: > > > My main purpose was and still is to reach EDB people using the forum > and > > > let them know about the problem. > > > I believe i

Re: Windows installation problem at post-install step

2024-07-22 Thread Sandeep Thakkar
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/getlocales.cpp and then substitute some patterns ( https://github.com/EnterpriseDB/edb-installers/blob/REL-16/server/pgserver.xml.in#L28

Re: Windows installation problem at post-install step

2024-07-22 Thread Ertan Küçükoglu
Adrian Klaver , 21 Tem 2024 Paz, 22:29 tarihinde şunu yazdı: > If the backup was done using pg_dump it should work. If you are talking > about a file level backup then it would not work. > Backup file is from a cluster backup taken using pg_dumpall. When I try to restore it on Linux, I get below

Re: Windows installation problem at post-install step

2024-07-21 Thread Thomas Munro
On Mon, Jul 22, 2024 at 11:58 AM Ertan Küçükoglu wrote: > Thomas Munro , 21 Tem 2024 Paz, 23:27 tarihinde şunu > yazdı: >> 2. Some existing database clusters which had been installed with the >> name "Turkish_Turkey.1254" became unstartable when the OS upgrade >> renamed that locale to "Turkish_

Re: Windows installation problem at post-install step

2024-07-21 Thread Ertan Küçükoglu
Thomas Munro , 21 Tem 2024 Paz, 23:27 tarihinde şunu yazdı: > I guess this is where EDB installer issues should go: > > https://github.com/EnterpriseDB/edb-installers/issues Thanks. I just added a new issue there. 2. Some existing database clusters which had been installed with the > name "Tur

Re: Windows installation problem at post-install step

2024-07-21 Thread Thomas Munro
On Mon, Jul 22, 2024 at 7:29 AM Adrian Klaver wrote: > On 7/21/24 12:00, Ertan Küçükoglu wrote: > > My main purpose was and still is to reach EDB people using the forum and > > let them know about the problem. > > I believe it is something to be fixed for future installations. I would > > like to

Re: Windows installation problem at post-install step

2024-07-21 Thread Adrian Klaver
On 7/21/24 12:00, Ertan Küçükoglu wrote: Adrian Klaver >, 21 Tem 2024 Paz, 21:48 tarihinde şunu yazdı: I don't know enough about Windows locales and the EDB installer to be of further help in that direction. Is it feasible to install a Linux VM

Re: Windows installation problem at post-install step

2024-07-21 Thread Ertan Küçükoglu
Adrian Klaver , 21 Tem 2024 Paz, 21:48 tarihinde şunu yazdı: > I don't know enough about Windows locales and the EDB installer to be of > further help in that direction. > > Is it feasible to install a Linux VM and install Postgres there? > My main purpose was and still is to reach EDB people usi

Re: Windows installation problem at post-install step

2024-07-21 Thread Adrian Klaver
On 7/21/24 10:52, Ertan Küçükoglu wrote: Adrian Klaver >, 21 Tem 2024 Paz, 20:34 tarihinde şunu yazdı: What happens if you set the VM to Türkiye and install? Problem still exists even if I set everything to Türkiye and Turkish. 1- I tried to manually sel

Re: Windows installation problem at post-install step

2024-07-21 Thread Ertan Küçükoglu
Adrian Klaver , 21 Tem 2024 Paz, 20:34 tarihinde şunu yazdı: > > What happens if you set the VM to Türkiye and install? > Problem still exists even if I set everything to Türkiye and Turkish. 1- I tried to manually select default locale to "Turkey, Türkiye" 2- I tried to install using [Default lo

Re: Windows installation problem at post-install step

2024-07-21 Thread Adrian Klaver
On 7/21/24 10:21, Ertan Küçükoglu wrote: Adrian Klaver >, 21 Tem 2024 Paz, 20:04 tarihinde şunu yazdı: On 7/21/24 09:16, Ertan Küçükoglu wrote: > Hello, > > I am trying to install posgreql-16.3-2-windows-x64.exe on Windows 10 > English V

Re: Windows installation problem at post-install step

2024-07-21 Thread Ertan Küçükoglu
Adrian Klaver , 21 Tem 2024 Paz, 20:04 tarihinde şunu yazdı: > On 7/21/24 09:16, Ertan Küçükoglu wrote: > > Hello, > > > > I am trying to install posgreql-16.3-2-windows-x64.exe on Windows 10 > > English VM with all updates installed and up to date. > > What is the host OS and version? > > What is

Re: Windows installation problem at post-install step

2024-07-21 Thread Adrian Klaver
On 7/21/24 09:16, Ertan Küçükoglu wrote: Hello, I am trying to install posgreql-16.3-2-windows-x64.exe on Windows 10 English VM with all updates installed and up to date. What is the host OS and version? What is the locale in the VM? During installation I get an error message “Problem run

Windows installation problem at post-install step

2024-07-21 Thread Ertan Küçükoglu
Hello, I am trying to install posgreql-16.3-2-windows-x64.exe on Windows 10 English VM with all updates installed and up to date. During installation I get an error message “Problem running post-install step. Installation may not complete correctly The database cluster initialization failed.”

Re: plpython3 package installation problem

2021-10-26 Thread Devrim Gündüz
Hi, On Tue, 2021-10-26 at 10:33 +0800, Yi Sun wrote: > Hello, > > As we need to use the plpython3u extension, we tried to install the > plpython3 package but showed that we needed to install python3-libs, > but python36-libs was already installed for patroni usage. > > 1. Will installing python

plpython3 package installation problem

2021-10-25 Thread Yi Sun
Hello, As we need to use the plpython3u extension, we tried to install the plpython3 package but showed that we needed to install python3-libs, but python36-libs was already installed for patroni usage. 1. Will installing python3-libs affect current python36-libs usage? 2. If we can do some confi

Re: Installation problem.

2019-10-27 Thread Laurenz Albe
Lugano Abel wrote: > Error running C:\Users\Lugano > Abel\AppData\Local\Temp/postgresql_installer_ea02e88350/temp_check_comspec.bat > : The system cannot find the path specified. This is just a guess, but maybe it doesn't like the space in the user name. Try it with a user without spaces. Yours

Installation problem.

2019-10-27 Thread Lugano Abel
Am using windows 10-64bit and installed postgresql-12.0-1-windows-x64 as i installed i disabled microsoft firewall and realtime protection and still got the following error Script stderr: Could not find registry key HKEY_LOCAL_MACHINE\SOFTWARE\PostgreSQL\Installations\postgresql-x64-12 Base Dir