incrementals with pg-dump

From: David Bear <David(dot)Bear(at)asu(dot)edu>
To: pgsql-admin(at)postgresql(dot)org
Subject: incrementals with pg-dump
Date: 2007-08-02 05:11:01
Message-ID: 20070802051101.GL7979@asu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I googled a bit for an incremental or differential way to backup
postgresq. I was hoping there would be switch on pg-dumpall that would
backup all tupples added since some date. Doesn't look like it exists.

I did find a backup method using the WAL files on the file system at

http://www.oreillynet.com/pub/a/databases/2006/07/13/lamp-data-protection.html?page=last

I also found this:

http://www.postgresql.org/docs/8.1/static/backup-online.html

I seem to remember around pg 7.x that file system level backups were
very bad.

Now, it seems the pg 8.x way is to allow the admin to take advantage
of file system tools look tar, cpio, dump, etc.

I was wondering if there any other recommendations beyond what is
mentioned in the docs above?

--
David Bear
phone: 602-496-0424
fax: 602-496-0955
College of Public Programs/ASU
University Center Rm 622
411 N Central
Phoenix, AZ 85007-0685
"Beware the IP portfolio, everyone will be suspect of trespassing"

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Dimitri Gritsenko 2007-08-02 08:26:47 Wal standbies switchover
Previous Message Peter Koczan 2007-08-02 00:34:15 Re: stracing a connection