Re: [GENERAL] archive_command not being executed - Mailing list pgsql-general

From Michael Paquier
Subject Re: [GENERAL] archive_command not being executed
Date
Msg-id CAB7nPqRN8VjWu6ppyrRBnatt8Ej_bAEonsjsuOWbgAt2sXwSxA@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] archive_command not being executed  (Jeremy Schneider <schneider@ardentperf.com>)
Responses Re: [GENERAL] archive_command not being executed  (Eric D <ericd81@hotmail.com>)
List pgsql-general
On Tue, Nov 14, 2017 at 8:56 AM, Jeremy Schneider
<schneider@ardentperf.com> wrote:
> From my reading of the docs and commit logs, standby databases
> couldn't archive their WALs until 9.5.

pg_receivexlog is available in 9.3. You could leverage your archives
with it easily, by for example connecting it to a standby you'd like
to get the archives from.
-- 
Michael


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

pgsql-general by date:

Previous
From: Jeremy Schneider
Date:
Subject: Re: [GENERAL] archive_command not being executed
Next
From: Michael Paquier
Date:
Subject: Re: [GENERAL] PostgreSQL walsender process doesn't exist after"pg_ctl stop -m fast"