Re: Planning hot/live backups? - Mailing list pgsql-performance

From Steve Poe
Subject Re: Planning hot/live backups?
Date
Msg-id 721b21dc0803241549y3ab1b4e7iff7cf8aec66e48d7@mail.gmail.com
Whole thread Raw
In response to Re: Planning hot/live backups?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-performance
Tom,

So, are you saying we need to get to at least 8.1.x before considering PITR
for a production environment? Unfortunately, the vendor/supplier of
our veterinary application
does not support higher versions. We would be proceeding "at our own risk".

Is there anything else we can do we 8.0.15 version?

Steve



On Mon, Mar 24, 2008 at 3:23 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> "Matthew T. O'Connor" <matthew@zeut.net> writes:
>  > Steve Poe wrote:
>  >> The owners of the animal hospital where I work at want to consider live/hot
>  >> backups through out the day so we're less likely to lose a whole
>  >> day of transaction.  We use Postgresql 8.0.15. We do 3AM
>  >> backups, using pg_dumpall, to a file when there is very little activity.
>
>  > You probably want to look into PITR, you can have a constant ongoing
>  > backup of your data and never lose more than a few minutes of data.  The
>  > overhead isn't all the big especially if you are shipping the log files
>  > to a separate server.
>
>  But note that you really need to update to a newer major release before
>  depending on PITR.  While 8.0 nominally has support for it, it's taken
>  us several releases to really get the operational gotchas sorted out.
>
>                         regards, tom lane
>

pgsql-performance by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: Re: Planning hot/live backups?
Next
From: Miguel Arroz
Date:
Subject: Re: Planning hot/live backups?