Re: BUG #15108: Initialization problem postgresql-10-setup initdb - Mailing list pgsql-bugs

From Devrim Gündüz
Subject Re: BUG #15108: Initialization problem postgresql-10-setup initdb
Date
Msg-id 1521043143.6439.19.camel@gunduz.org
Whole thread Raw
In response to BUG #15108: Initialization problem postgresql-10-setup initdb  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
Hi,

On Tue, 2018-03-13 at 12:12 +0000, PG Bug reporting form wrote:
> The problem is reported when executing database initialization command,
> postgresql-10-setup initdb.
> In the official documentation
> (https://www.postgresql.org/docs/10/static/app-initdb.html) indicates that
> it must be executed with the user postgres, but the command only works if I
> execute it as root.
>
> This command does not

postgresql-10-setup is a wrapper around initdb (which solves many problems),
*not* the initdb binary, and needs to be run as root. You can always run initdb
directly with:

/usr/pgsql-10/bin/initdb

Regards,

--
Devrim Gündüz
EnterpriseDB: https://www.enterprisedb.com
PostgreSQL Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR
Attachment

pgsql-bugs by date:

Previous
From: Sergei Kornilov
Date:
Subject: Re: BUG #15110: Unable to backup database
Next
From: PG Bug reporting form
Date:
Subject: BUG #15111: c between x and x gives bad planning