public inbox for [email protected]
help / color / mirror / Atom feedFrom: Миша Тюрин <[email protected]>
To: Andres Freund <[email protected]>
To: Heikki Linnakangas <[email protected]>
Cc: PostgreSQL-development <[email protected]>
Cc: Sergey Burladyan <[email protected]>
Subject: Re: [HACKERS] Streaming replication and WAL archive interactions
Date: Thu, 12 Feb 2015 03:15:16 +0300
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
<[email protected]>
<[email protected]>
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-hackers>
> This should be a very common setup in the field, so how are people doing it in practice?
One of possible workaround with archive and streaming was to use pg_receivexlog from standby to copy/save WALs to archive. but with pg_receivexlog was also issue with fsync.
[ master ] -- streaming --> [ standby ] -- pg_receivexlog --> [ /archive ]
In that case archive is always in pre standby state and it could be better than had archive broken on promote.
--
Misha
view thread (31+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected], [email protected]
Subject: Re: Re: [HACKERS] Streaming replication and WAL archive interactions
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox