Re: PostgreSQL PITR - more doubts - Mailing list pgsql-performance

From Jesper Krogh
Subject Re: PostgreSQL PITR - more doubts
Date
Msg-id 4C3AFEB5.8000606@krogh.cc
Whole thread Raw
In response to PostgreSQL PITR - more doubts  (Jayadevan M <Jayadevan.Maymala@ibsplc.com>)
Responses Re: PostgreSQL PITR - more doubts  (Jayadevan M <Jayadevan.Maymala@ibsplc.com>)
List pgsql-performance
On 2010-07-12 13:23, Jayadevan M wrote:
> Hello all,
> One doubt about how PostgreSQL PITR works. Let us say I have all the
> archived WALs for the past week with
> archive_command = 'cp -i %p /home/postgres/archive/%f</dev/null'
> I took a base backup last night. If I try to recover the server today
> after
> copying the base backup from yesterday and providing
> restore_command = 'cp /home/postgres/archive/%f %p'
> does PostgreSQL go through all the past week's archived WALS or
> it can figure out that the base backup is from yesterday, so skip
> a large number of archived WALs and start only from file xxx ?
>

Yes, It starts out form "where it needs to". Assuming you
did a pg_start_backup() before you did your base backup?

--
Jesper

pgsql-performance by date:

Previous
From: Jayadevan M
Date:
Subject: PostgreSQL PITR - more doubts
Next
From: Jayadevan M
Date:
Subject: Re: PostgreSQL PITR - more doubts