From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Rajesh Kumar Mallah <mallah(at)trade-india(dot)com> |
Cc: | Gaetano Mendola <mendola(at)bigfoot(dot)com>, pgsql-admin(at)postgresql(dot)org |
Subject: | Re: point-in-time recovery |
Date: | 2003-04-25 14:17:11 |
Message-ID: | 200304251417.h3PEHBo06807@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Rajesh Kumar Mallah | 2003-04-25 14:45:15 | Re: point-in-time recovery |
Previous Message | Rajesh Kumar Mallah | 2003-04-25 05:45:53 | Re: point-in-time recovery |