Re: BUG #14320: systemd terminates postgresql hot standby instance 90 seconds after start

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: andreas(dot)papst(at)univie(dot)ac(dot)at, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14320: systemd terminates postgresql hot standby instance 90 seconds after start
Date: 2016-09-13 15:52:31
Message-ID: 535998f9-2ca3-db8d-8747-f4b89b0b125e@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 9/9/16 6:50 AM, andreas(dot)papst(at)univie(dot)ac(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Keith Fiske 2016-09-13 20:16:53 Re: BUG #14322: Possible inconsistent behavior with timestamp_to_str()
Previous Message Michael Paquier 2016-09-13 07:33:40 Re: BUG #14319: Logical decoding dropping statements in subtransactions