Re: Reliable WAL file shipping over unreliable network - Mailing list pgsql-admin

From Stephen Frost
Subject Re: Reliable WAL file shipping over unreliable network
Date
Msg-id 20180306190004.GQ2416@tamriel.snowman.net
Whole thread Raw
In response to Re: Reliable WAL file shipping over unreliable network  (Rui DeSousa <rui.desousa@icloud.com>)
Responses Re: Reliable WAL file shipping over unreliable network  (David Steele <david@pgmasters.net>)
List pgsql-admin
Greetings,

* Rui DeSousa (rui.desousa@icloud.com) wrote:
> > On Mar 5, 2018, at 10:02 AM, Stephen Frost <sfrost@snowman.net> wrote:
> > It doesn’t- but please don't encourage partial solutions which have ver clear issues.
>
> Then problem is there are no good base utilities that is useful with archive_command; unless you’re writing directly
toan NFS mount or a tape library.  Even Barman recommends rsync with the archive_command; if you are unable to use
pg_receivexlogsolution.  There are countless Postgres documentation out there that recommends use of rsync with the
archive_command.  
>
> Here a solution that will fsync() file on the other end.

I'd encourage you to consider submitting this to a commitfest to get
feedback on it, as a proper patch to add such a utlity to PG and which
we could use in our documentation instead of saying "cp", which is
pretty terrible.

Then again, as David mentioned, there are already utilities which do
this properly, even if they're not included in core today.

Thanks!

Stephen

Attachment

pgsql-admin by date:

Previous
From: David Steele
Date:
Subject: Re: Reliable WAL file shipping over unreliable network
Next
From: David Steele
Date:
Subject: Re: Reliable WAL file shipping over unreliable network