Re: [GENERAL] Backup

From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: Chander Ganesan <chander(at)otg-nc(dot)com>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, Phillip Smith <phillip(dot)smith(at)weatherbeeta(dot)com(dot)au>, "'Dominic Carlucci'" <carlucci(at)cae(dot)com>, pgsql-general(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org, carlucci(at)cae(dot)ca
Subject: Re: [GENERAL] Backup
Date: 2008-01-31 15:58:32
Message-ID: 1201795112.4453.301.camel@ebony.site
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

On Thu, 2008-01-31 at 10:02 -0500, Chander Ganesan wrote:
> Magnus Hagander wrote:
> > On Thu, Jan 31, 2008 at 03:34:05PM +0100, Martijn van Oosterhout wrote:
> >
> >> On Thu, Jan 31, 2008 at 01:28:48PM +0000, Simon Riggs wrote:
> >>
> >>> That sentence has no place in any discussion about "backup" because the
> >>> risk is not just a few transactions, it is a corrupt and inconsistent
> >>> database from which both old and new data would be inaccessible.
> >>>
> >> Hmm? I thought the whole point of a filesystem snapshot was that it's
> >> the same as if the system crashed. And I was fairly sure we could
> >> recover from that...
> >>
> >
> > That was my assumption as well. *Assuming* that the filesystem snapshot is
> > consistent. There are a bunch of solutions that don't do consistent
> > snapshots between different partitions, so if your WAL or one tablespace is
> > on a different partition, you'll get corruption anyway... (seen this in
> > Big Commercial Database, so that's not a pg problem)
> >
> Agreed. That's why I made it a point to mention that all of your
> tablespaces should be on the same file system... In hindsight, I should
> have also stated that your WAL logs should be on the same file system as
> well...

I think we all understand and agree, I just start twitching when anyone
talks about it being OK to lose transactions when backing up. You meant
the ones currently in progress, not the ones already committed and on
disk.

--
Simon Riggs
2ndQuadrant http://www.2ndQuadrant.com

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Brad Nicholson 2008-01-31 21:37:51 PITR and Failover
Previous Message Simon Riggs 2008-01-31 15:48:18 Re: [GENERAL] Backup

Browse pgsql-general by date

  From Date Subject
Next Message T.J. Adami 2008-01-31 16:02:20 Recover by Log
Previous Message T.J. Adami 2008-01-31 15:54:10 Re: postgres startup method for ubuntu