Re: Backup strategies - Mailing list pgsql-performance

From Simon Riggs
Subject Re: Backup strategies
Date
Msg-id 1224272141.3808.437.camel@ebony.2ndQuadrant
Whole thread Raw
In response to Re: Backup strategies  (Ivan Voras <ivoras@freebsd.org>)
List pgsql-performance
On Wed, 2008-10-15 at 16:05 +0200, Ivan Voras wrote:

> So, pg_start_backup() freezes the data at the time it's called but
> still
> data and xlog are changed, in a different way that's safe to backup?

No, that's not how it works. The pg_start_backup() records the point
that we must rollforward from. There is no freezing.

>  Why
> not run with pg_start_backup() always enabled?

It's not a mode that can be enabled/disabled. Its a starting point.

You should run pg_start_backup() each time you run a backup, just like
the fine manual describes.

Check your backups...

--
 Simon Riggs           www.2ndQuadrant.com
 PostgreSQL Training, Services and Support


pgsql-performance by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Index bloat, reindex weekly, suggestions etc?
Next
From: "Віталій Тимчишин"
Date:
Subject: Re: Index bloat, reindex weekly, suggestions etc?