Re: Is there any provision to take incremental backup

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Is there any provision to take incremental backup
Date: 2011-04-06 08:32:07
Message-ID: 4D9C2507.70701@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 04/06/11 1:09 AM, dba wrote:
>
>
>
> Is there any provision to take incremental backup for a table in postgresql.
>

no, but WAL log archiving is effectively an incremental backup of the
whole database cluster. It allows you to implement Point In Time
Recovery (PITR).

See http://www.postgresql.org/docs/current/static/continuous-archiving.html

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Eric McKeeth 2011-04-06 08:32:16 Re: pg_dump generating unrestorable data (8.4)
Previous Message InterRob 2011-04-06 08:13:23 Re: Problem with multiple action rule on modifiable view