Re: Understanding PostgreSQL installer debug log - Mailing list pgsql-general

From Luca Ferrari
Subject Re: Understanding PostgreSQL installer debug log
Date
Msg-id CAKoxK+4cBC0N55baYRPUZ8XrH61f5NkGWQygt1dcP__8OfymNw@mail.gmail.com
Whole thread Raw
In response to Understanding PostgreSQL installer debug log  (Ramesh Maddi <mymail.ramesh@gmail.com>)
Responses Re: Understanding PostgreSQL installer debug log  (Benedict Holland <benedict.m.holland@gmail.com>)
List pgsql-general
On Fri, Aug 9, 2019 at 8:46 AM Ramesh Maddi <mymail.ramesh@gmail.com> 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./postgresql-debug.log --mode unattended 
>

I suspect this is a dump produced by Qt used by EDB installer, maybe
you should ask support to them for this:

</dump>
    <installerVersion>18.8.0</installerVersion>
    <platformInfo>Linux 4.18.0-25-generic x86_64</platformInfo>
</errorDump>

Please note that, my case, I was able to get a dump immediatly because
the data directory did not exist. Why don't you use at least attended
mode to see if it is something as trivial as in my case?

Beside, is there a specific reason why you are not using
distro-specific packages? See the note here
<https://www.enterprisedb.com/downloads/postgres-postgresql-downloads>.
Luca



pgsql-general by date:

Previous
From: Ramesh Maddi
Date:
Subject: Understanding PostgreSQL installer debug log
Next
From: Luca Ferrari
Date:
Subject: Re: Understanding PostgreSQL installer debug log