Re: Incremental backup - Mailing list pgsql-admin

From Christopher Browne
Subject Re: Incremental backup
Date
Msg-id m3y8ajjlrg.fsf@knuth.cbbrowne.com
Whole thread Raw
In response to Incremental backup  (Michael Kichanov <mike@inar.ru>)
List pgsql-admin
Centuries ago, Nostradamus foresaw when mike@inar.ru (Michael Kichanov) would write:
> I wish to realize incremental backup, i.e. to dump only those tables
> which have changed from last backup.
>
> 1q. How i can solve this task with internal postgres tools?
> 2q. How I can to find out timestamp of last change of the table?
>
> Does anyone resolve this things?
>
> Ps: postgres 7.3

PostgreSQL version 8 offers a "Point In Time Recovery" mechanism
whereby you archive the WAL files; the WAL files represent incremental
backups.

Slony-I 1.1 provides a new "log shipping" feature where you can
archive incremental changes, too; it tries to support versions as far
back as 7.3.3, so it might be compatible with your needs...
--
let name="cbbrowne" and tld="gmail.com" in name ^ "@" ^ tld;;
http://linuxdatabases.info/info/slony.html
Programming  is one   of  the   most  difficult  branches of   applied
mathematics;  the   poorer   mathematicians had    better  remain pure
mathematicians.  -- Edsger W. Dijkstra

pgsql-admin by date:

Previous
From: Gourish Singbal
Date:
Subject: Re: how do i kill user sessions?
Next
From: "Anjan Dave"
Date:
Subject: Re: how do i kill user sessions?