Re: Online Backups PostGre

From: Alan Hodgson <ahodgson(at)simkin(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Online Backups PostGre
Date: 2009-05-01 16:51:54
Message-ID: 200905010951.54521@hal.medialogik.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Friday 01 May 2009, PostGre Newbie <garbagegigo(at)gmail(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2009-05-01 16:53:33 Re: Online Backups PostGre
Previous Message Ben Chobot 2009-05-01 16:47:07 Re: Online Backups PostGre