BUG #10736: Database does somtimes not startup again after restart

From: marcel(dot)hanke(at)1und1(dot)de
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #10736: Database does somtimes not startup again after restart
Date: 2014-06-23 08:33:31
Message-ID: 20140623083331.2622.38092@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 10736
Logged by: Marcel Hanke
Email address: marcel(dot)hanke(at)1und1(dot)de
PostgreSQL version: 9.1.13
Operating system: Debian
Description:

After an update of any related Packet (or the postgres it self), witch
requires an restart of the Database, the db sometimes doesn't start up
again.
The Postgres is used to provide data to an Powerdns Server and runs in an
Master-Slave replication.

Errormassages:
postgres_main[3195]: [1-1] 2014-06-20 12:59:07 CEST FATAL: the database
system is starting up
postgres_main[3196]: [1-1] 2014-06-20 12:59:07 CEST FATAL: the database
system is starting up
pdns[3061]: gpgsql Connection failed: Unable to connect to database, connect
string: dbname=pdns user=postgres host=127.0.0.1 port=5432
password=<HIDDEN>: FATAL: the database system is starting up
pdns[3061]: Caught an exception instantiating a backend: Unable to launch
gpgsql connection: Unable to connect to database, connect string:
dbname=pdns user=postgres host=127.0.0.1 port=5432 password=<HIDDEN>: FATAL:
the database system is starting up
pdns[3061]: Cleaning up

The Error doesn't accrue every time. It's atm not possible to reproduce the
error on an test system, so I can't provide an debug log.

The configuration of the relevant postgres is mostly standard.
Replitation Config:
unix_socket_directory = '/var/run/postgresql'
hot_standby = on

Greetings Marcel

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2014-06-23 12:18:26 Re: BUG #10728: json_to_recordset with nested json objects NULLs columns
Previous Message Sebastien FLAESCH 2014-06-23 08:15:06 Re: BUG #10707: UPPER() does not convert non-ASCII chars