Re: Understanding PostgreSQL installer debug log

2019-08-09 Thread Peter J. Holzer
On 2019-08-09 16:55:13 +0530, Ramesh Maddi wrote: > performing post-bootstrap initialization ... Failed to initialize the database > cluster with initdb with the error "invalid byte sequence for encoding "UTF8" > > Script stderr: >  FATAL:  invalid byte sequence for encoding "UTF8": 0xeb 0x2f 0xdb

Re: Understanding PostgreSQL installer debug log

2019-08-09 Thread Benedict Holland
It looks like your encoding is correct. You are getting letters. If your encoding was just wrong. You would end up with a lot of strange characters. If this is tied to one client, it sounds like an encryption issue and mounting drives for logging that the client cant de-encrypt. Thanks, ~Ben On F

Re: Understanding PostgreSQL installer debug log

2019-08-09 Thread Adrian Klaver
On 8/9/19 4:25 AM, Ramesh Maddi wrote: Our product is certified along with PostgreSQL 9.6.6 only. We cannot use further version of PostgreSQL at this time in production until it is certified for our product( which is integrated may other components) and is officially released. Coming to

Re: Understanding PostgreSQL installer debug log

2019-08-09 Thread Ramesh Maddi
Our product is certified along with PostgreSQL 9.6.6 only. We cannot use further version of PostgreSQL at this time in production until it is certified for our product( which is integrated may other components) and is officially released. To elaborate actual issue with client in installing Postgr

Re: Understanding PostgreSQL installer debug log

2019-08-09 Thread Benedict Holland
Does the problem go away if you install pg11? Are the drives you are getting your logs from encrypted? Thanks, ~Ben On Fri, Aug 9, 2019, 3:17 AM Luca Ferrari wrote: > On Fri, Aug 9, 2019 at 8:46 AM Ramesh Maddi > wrote: > > ./postgresql-9.6.6-1-linux-x64.run --installer-language en > --service

Re: Understanding PostgreSQL installer debug log

2019-08-09 Thread Luca Ferrari
On Fri, Aug 9, 2019 at 11:01 AM Ramesh Maddi wrote: > Thanks in advance and appreciate your response. Please consider this as a > high priority for us. I don't think re-sending the mes

Understanding PostgreSQL installer debug log

2019-08-09 Thread Ramesh Maddi
Hi Team, Can you please help me to understand the PostgreSQL installer’s debug log. I am installing PostgreSQL in CentOS 7.6 system with PostgreSQL binary ( postgresql-9.6.6-1-linux-x64.run). I am using the below command to install it in unattended mode. ./postgresql-9.6.6-1-linux-x64.run --i

Re: Understanding PostgreSQL installer debug log

2019-08-09 Thread Luca Ferrari
On Fri, Aug 9, 2019 at 8:46 AM Ramesh Maddi wrote: > ./postgresql-9.6.6-1-linux-x64.run --installer-language en --serviceaccount > postgres --servicename postgresqld --datadir "/home/postgres/" --prefix > "/home/postgres" --superpassword 1234 --serverport 5432 --debuglevel 4 > --debugtrace ./

Understanding PostgreSQL installer debug log

2019-08-08 Thread Ramesh Maddi
Hi Team, Can you please help me to understand the PostgreSQL installer’s debug log. I am installing PostgreSQL in CentOS 7.6 system with PostgreSQL binary ( postgresql-9.6.6-1-linux-x64.run). I am using the below command to install it in unattended mode. ./postgresql-9.6.6-1-linux-x64.run --i