Re: Documentation on PITR still scarce

From: Joachim Wieland <joe(at)mcknight(dot)de>
To: simon(at)2ndquadrant(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Documentation on PITR still scarce
Date: 2004-11-05 18:10:13
Message-ID: 20041105181013.GA15068@mcknight.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Simon,

thanks for that quick and detailed answer.

On Fri, Nov 05, 2004 at 05:42:01PM +0100, simon(at)2ndquadrant(dot)com wrote:
> The sample file gives additional information, just as occurs with
> pg_hba.conf. I don't see any need to replicate the sample file in the
> docs, do you?

Well, maybe one could add just a few lines. pg_hba.conf and postgresql.conf
are also documented in the documentation itself.

> If you have specific questions, I can answer those. There haven't been
> any specific questions asked that aren't covered in the docs or the
> sample file, other than these:

My first mistake was that I kept the archive_command setting and thus
overwrote my original archive files. Maybe you should add a note that one
should set it to another directory when recovering.

> I would encourage you and other users to submit a documentation patch
> yourself if you find better ways of explaining what it's for, how to
> make it work etc..

My question is: When I've restored up to the time t_0, how can I go on to
restore up to another point in time, later than t_0 but before the end of my
log files.

I've set another recovery_target_time but it won't work. When exactly would
I have to specify recovery_target_timeline?

Thanks for your words of wisdom,
Joachim

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ian Barwick 2004-11-05 18:42:50 Re: [PATCHES] CVS should die
Previous Message James Robinson 2004-11-05 18:09:10 Backend 8.0.0B4 crash on SELECT ...