| From: | Simon Riggs <simon(at)2ndQuadrant(dot)com> |
|---|---|
| To: | Enrico Sirola <enrico(dot)sirola(at)gmail(dot)com> |
| Cc: | "PostgreSQL General (list)" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: wal archiving on a hot-standby server |
| Date: | 2011-11-21 14:47:40 |
| Message-ID: | CA+U5nM++555RTNadGxSti9x=eEiRyHiX4P4maSA3xiov=bhfDA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Mon, Nov 21, 2011 at 10:58 AM, Enrico Sirola <enrico(dot)sirola(at)gmail(dot)com> wrote:
> is it possible to archive the WAL files received by a hot-standby server? In noticed nothing about this on the pgsql docs. The idea is to archive logs in two locations, at the primary site and at the replica site (over a wan) in order to be able to perform a PITR also at the replica site.
> Thanks a lot for your help,
Not directly, but you can arrange this yourself.
Cascading replication is a feature in PG 9.2, released next year.
--
Simon Riggs http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Adrian Klaver | 2011-11-21 14:55:47 | Re: how could duplicate pkey exist in psql? |
| Previous Message | Yan Chunlu | 2011-11-21 14:39:55 | Re: how could duplicate pkey exist in psql? |