Re: [RFC] What should we do for reliable WAL archiving? - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: [RFC] What should we do for reliable WAL archiving?
Date
Msg-id 5325F49C.20109@proxel.se
Whole thread Raw
In response to Re: [RFC] What should we do for reliable WAL archiving?  ("MauMau" <maumau307@gmail.com>)
List pgsql-hackers
On 03/16/2014 03:23 PM, MauMau wrote:
> From: "Amit Kapila" <amit.kapila16@gmail.com>
>> How about using pg_receivexlog for archiving purpose?
>
> pg_receivexlog is good in that it does fsync().  But it seems difficult
> to use correctly, and I'm not sure if I can catch all WAL segments
> without any loss.  pg_receivexlog must be started with postmaster and
> monitored with some measures.  This won't be very easy at least on Windows.

Replication slots should solve the issue of making sure to catch all of 
the WAL.

-- 
Andreas Karlsson



pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: First-draft release notes for next week's releases
Next
From: Greg Stark
Date:
Subject: Re: First-draft release notes for next week's releases