Re: point-in-time recovery - Mailing list pgsql-admin

From Bruce Momjian
Subject Re: point-in-time recovery
Date
Msg-id 200304251417.h3PEHBo06807@candle.pha.pa.us
Whole thread Raw
In response to Re: point-in-time recovery  (Rajesh Kumar Mallah <mallah@trade-india.com>)
Responses Re: point-in-time recovery  (Rajesh Kumar Mallah <mallah@trade-india.com>)
List pgsql-admin
Rajesh Kumar Mallah wrote:
>
>
> What is this PITR anyway ?
>
> when it comes will i be able to
>
> 1. reduce by pg_dump times ?
> 2. can afford to run pg_dump less frequently ?
> 3. Will be able to rollback committed transactions of past 5 mins?

You can do a dump, then do continuous logging of all database changes
until the next backup.  If you crash in the middle of the day, you can
recover up to the point of the crash.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073


pgsql-admin by date:

Previous
From: Rajesh Kumar Mallah
Date:
Subject: Re: point-in-time recovery
Next
From: Rajesh Kumar Mallah
Date:
Subject: Re: point-in-time recovery