Thread: BUG #14980: initddb fails (Issue with postgresql-9.3 initd config)

BUG #14980: initddb fails (Issue with postgresql-9.3 initd config)

From
rameez.iqbal@openbet.com
Date:
The following bug has been logged on the website:

Bug reference:      14980
Logged by:          Rameez Iqbal
Email address:      rameez.iqbal@openbet.com
PostgreSQL version: 9.3.20
Operating system:   centos6
Description:

I couldn't figure out from changelog but looks like
/usr/pgsql-9.3/bin/initdb is now creating data directory if missing and if
already exists then it will throw an error. initdb() function in
/etc/init.d/postgresql-9.3 also creates data directory before calling initdb
which then fails stating data directory already exists. I have remove 'data'
directory creation in service config in order for this work.


Re: BUG #14980: initddb fails (Issue with postgresql-9.3 initdconfig)

From
Devrim Gündüz
Date:
Hi,

On Fri, 2017-12-15 at 14:42 +0000, rameez.iqbal@openbet.com wrote:

> Bug reference:      14980
> Logged by:          Rameez Iqbal
> Email address:      rameez.iqbal@openbet.com
> PostgreSQL version: 9.3.20
> Operating system:   centos6
> Description:
>
> I couldn't figure out from changelog but looks like
> /usr/pgsql-9.3/bin/initdb is now creating data directory if missing and if
> already exists then it will throw an error. initdb() function in
> /etc/init.d/postgresql-9.3 also creates data directory before calling initdb
> which then fails stating data directory already exists. I have remove 'data'
> directory creation in service config in order for this work.

I fixed this issue in 9.3.20-5. Please update to this version.

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