Re: Backup routine

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Browne <cbbrowne(at)acm(dot)org>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Backup routine
Date: 2003-08-11 03:13:12
Message-ID: 200308110313.h7B3DCv06482@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Christopher Browne wrote:
> The world rejoiced as peterandsarah(at)blueyonder(dot)co(dot)uk (Peter and Sarah Childs) wrote:
> > However there is a third way. That should be safe but some
> > people may disagree with me! If you can "freeze" the disk while you
> > take the backup. The backup can be used as if the computer had
> > crashed with no hard disk failure at all. Ie WAL will be consistant
> > and database may take longer but once it is up it will be safe (like
> > paragaph 1). Now freezeing a disk for backup is not that
> > difficult. You should be doing it anyway for user file
> > consistancy. (You don't want the first 30 pages of you document to
> > disagree with the end because somone was saving it during the
> > backup!
>
> I heard D'Arcy Cain indicate that some SAN systems (I think he
> mentioned NetApp) support this sort of thing, too. Digital's AdvFS
> also supports it.
>
> Of course, if you take this approach, you have to make _certain_ that
> when you "freeze" a replica of a filesystem, that _ALL_ of the
> database is contained in that one filesystem. If you move WAL to a
> different filesystem, bets would be off again...

Also, I assume you have to stop the server just for a moment while you
do the freeze, right?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Christopher Browne 2003-08-11 03:36:10 Re: Backup routine
Previous Message Bruce Momjian 2003-08-11 03:12:10 Re: Backup routine