From: | Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com> |
---|---|
To: | maksymilian(dot)kunc(at)deliveryhero(dot)com, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org> |
Cc: | Semab Tariq <semab(dot)tariq(at)enterprisedb(dot)com> |
Subject: | Re: BUG #17278: Silent install issue |
Date: | 2021-11-12 13:25:55 |
Message-ID: | CANFyU97rHgEpS6+ABO4B6zVSaNbA-3xnV+zZ7mc7_D2zatWnhA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Hi,
I did the 14.1 installation on my mac mini and it was successful:
$ sudo ./postgresql-14.1-1-osx.app/Contents/MacOS/installbuilder.sh
--serverport 54314 --mode unattended
$ ps -fu postgres
UID PID PPID C STIME TTY TIME CMD
505 45131 1 0 1:21PM ?? 0:00.02
/Library/PostgreSQL/14/bin/postmaster -D /Library/PostgreSQL/14/data
505 45132 45131 0 1:21PM ?? 0:00.00 postgres: logger
505 45134 45131 0 1:21PM ?? 0:00.00 postgres: checkpointer
505 45135 45131 0 1:21PM ?? 0:00.01 postgres: background
writer
505 45136 45131 0 1:21PM ?? 0:00.01 postgres: walwriter
505 45137 45131 0 1:21PM ?? 0:00.00 postgres: autovacuum
launcher
505 45138 45131 0 1:21PM ?? 0:00.00 postgres: stats collector
505 45139 45131 0 1:21PM ?? 0:00.00 postgres: logical
replication launcher
Can you please try installing 14.1 which was released yesterday? If the
same issue persists then please send us the installation log (can be found
in /tmp)
On Wed, Nov 10, 2021 at 4:27 PM PG Bug reporting form <
noreply(at)postgresql(dot)org> wrote:
> The following bug has been logged on the website:
>
> Bug reference: 17278
> Logged by: Maksymilian Kunc
> Email address: maksymilian(dot)kunc(at)deliveryhero(dot)com
> PostgreSQL version: 14.0
> Operating system: macOS 11.6
> Description:
>
> Hi,
> I'm trying to deploy postgre 13.2 / 14.0 silently, but I receive an error
> when trying to to run ./installbuilder.sh --mode unattended .
>
> Error:
> "The application with bundle ID com.installbuilder.appinstaller is running
> setugid(), which is not allowed. Exiting."
>
> Please let me know if there is anything else I could do to achieve this
> outcome.
>
>
--
Sandeep Thakkar
From | Date | Subject | |
---|---|---|---|
Next Message | Padmakumar Kadayaprth | 2021-11-12 14:36:32 | Logical Replication not working for few Tables |
Previous Message | Michael Paquier | 2021-11-12 12:54:14 | Re: BUG #17280: global-buffer-overflow on select from pg_stat_slru |