Re: BUG #14320: systemd terminates postgresql hot standby instance 90 seconds after start - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: BUG #14320: systemd terminates postgresql hot standby instance 90 seconds after start
Date
Msg-id 535998f9-2ca3-db8d-8747-f4b89b0b125e@2ndquadrant.com
Whole thread Raw
In response to BUG #14320: systemd terminates postgresql hot standby instance 90 seconds after start  (andreas.papst@univie.ac.at)
Responses Re: BUG #14320: systemd terminates postgresql hot standby instance 90 seconds after start  (Andreas Papst <andreas.papst@univie.ac.at>)
List pgsql-bugs
On 9/9/16 6:50 AM, andreas.papst@univie.ac.at wrote:
> when starting a hot standby database insstance with
> `systemctl start postgresql',
> anything works perfect: WAL files are beeing applied, r/o connections are
> able to query the database, but after 90 seconds (systemd
> DefaultTimeoutStartSec) postgresql is beeing shut down:

This is all quite plausible, but it depends on how your systemd service
for postgresql is configured.  So please post that if you want us to
analyze it.

--
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

pgsql-bugs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: BUG #14319: Logical decoding dropping statements in subtransactions
Next
From: Keith Fiske
Date:
Subject: Re: BUG #14322: Possible inconsistent behavior with timestamp_to_str()