Re: PostgreSQL PITR - more doubts

From: Jesper Krogh <jesper(at)krogh(dot)cc>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: PostgreSQL PITR - more doubts
Date: 2010-07-12 11:38:29
Message-ID: 4C3AFEB5.8000606@krogh.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jayadevan M 2010-07-12 12:04:01 Re: PostgreSQL PITR - more doubts
Previous Message Jayadevan M 2010-07-12 11:23:19 PostgreSQL PITR - more doubts

Browse pgsql-performance by date

  From Date Subject
Next Message Jayadevan M 2010-07-12 12:04:01 Re: PostgreSQL PITR - more doubts
Previous Message Jayadevan M 2010-07-12 11:23:19 PostgreSQL PITR - more doubts