Re: Online Backups PostGre - Mailing list pgsql-general

From Alan Hodgson
Subject Re: Online Backups PostGre
Date
Msg-id 200905010951.54521@hal.medialogik.com
Whole thread Raw
In response to Online Backups PostGre  (PostGre Newbie <garbagegigo@gmail.com>)
List pgsql-general
On Friday 01 May 2009, PostGre Newbie <garbagegigo@gmail.com> wrote:
>I do not know of any open source backup utilities
> that can take snapshots of the filesystem. I get the overall concept
> of online backups but I am still unclear EXACTLY how the system works.
> I would be grateful if anyone could explain it to me. I have already
> gone through the postgresql document on online backups.

rsync or tar. One of the really nice things about PITR is that the base
backup source can change while it's being backed up and it still works.

PITR is really just as simple as it sounds. Call start_backup(). Copy the
PostgreSQL data directory. Call stop_backup(). Keep all the WAL logs
generated during and after the base backup.

--
Even a sixth-grader can figure out that you can’t borrow money to pay off
your debt

pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Online Backups PostGre
Next
From: John R Pierce
Date:
Subject: Re: Online Backups PostGre