Re: Incrementally Updated Backups

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Gabe Nell <gabe(at)kikini(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Incrementally Updated Backups
Date: 2010-09-11 22:15:54
Message-ID: 201009112215.o8BMFs321768@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Gabe Nell wrote:
> Hello,
>
> I'm interested in the "incrementally updated backups" scenario
> described in section 25.6 of the Postgres 9 documentation. I've
> configured streaming replication for my warm standby server.
>
> Step 2 in this procedure is to note?pg_last_xlog_replay_location at
> the end of the backup. However it seems like this requires hot standby
> to be configured; otherwise there is no way of connecting to the
> standby machine to make the required query. That does not seem clear
> from the documentation. Is there a way to get this without using hot
> standby?

That section has been removed from the current 9.0 docs because we are
unsure it works.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gabe Nell 2010-09-11 22:28:41 Re: Incrementally Updated Backups
Previous Message Gabe Nell 2010-09-11 21:21:55 Incrementally Updated Backups