Re: Understanding PostgreSQL installer debug log

Поиск
Список
Период
Сортировка
От Luca Ferrari
Тема Re: Understanding PostgreSQL installer debug log
Дата
Msg-id CAKoxK+4cBC0N55baYRPUZ8XrH61f5NkGWQygt1dcP__8OfymNw@mail.gmail.com
обсуждение исходный текст
Ответ на Understanding PostgreSQL installer debug log  (Ramesh Maddi <mymail.ramesh@gmail.com>)
Ответы Re: Understanding PostgreSQL installer debug log  (Benedict Holland <benedict.m.holland@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Ramesh Maddi
Дата:
Сообщение: Understanding PostgreSQL installer debug log
Следующее
От: Luca Ferrari
Дата:
Сообщение: Re: Understanding PostgreSQL installer debug log