wal archiving on a hot-standby server

From: Enrico Sirola <enrico(dot)sirola(at)gmail(dot)com>
To: "PostgreSQL General (list)" <pgsql-general(at)postgresql(dot)org>
Subject: wal archiving on a hot-standby server
Date: 2011-11-21 10:58:20
Message-ID: 61F5BA92-5A03-431F-B536-FFF640990E2E@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,
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,
Enrico

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Yan Chunlu 2011-11-21 14:39:55 Re: how could duplicate pkey exist in psql?
Previous Message Tomas Vondra 2011-11-21 10:56:19 Re: Table Design question for gurus (without going to "NoSQL")...