Re: Teaching pg_receivexlog to follow timeline switches - Mailing list pgsql-hackers

From Dimitri Fontaine
Subject Re: Teaching pg_receivexlog to follow timeline switches
Date
Msg-id m2sj5tibqc.fsf@2ndQuadrant.fr
Whole thread Raw
In response to Re: Teaching pg_receivexlog to follow timeline switches  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Responses Re: Teaching pg_receivexlog to follow timeline switches
List pgsql-hackers
Heikki Linnakangas <hlinnakangas@vmware.com> writes:
> You might not want to keep a copy of the whole data directory around, as you
> have to in a cascading standby. I can see value in a separate WAL proxy
> software, especially if it's integrated into a larger backup manager program
> like barman or wal-e.

+1

I somehow forgot about $PGDATA here. Time for a little break I guess :)

Another idea is to have a daemon mode pg_receivexlog where not only it
can maintain a local archive but also feed it using the replication
protocol to standbies, keeping track of their position.

Regards,
--
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Prepared statements fail after schema changes with surprising error
Next
From: Thom Brown
Date:
Subject: Re: Event Triggers: adding information