Re: Backup and failover process - Mailing list pgsql-admin

From Campbell, Lance
Subject Re: Backup and failover process
Date
Msg-id B10E6810AC2A2F4EA7550D072CDE8760CDDE7F@SAB-FENWICK.sab.uiuc.edu
Whole thread Raw
In response to Re: Backup and failover process  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: Backup and failover process  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: Backup and failover process  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-admin
Kevin,
I have read this documentation.  I still does not answer my basic
question.  What happens if you take an SQL snapshot of a database while
creating WAL archives then later restore from that SQL snapshot and
apply those WAL files?  Will there be a problem if the transactions
within the newest WAL file after the SQL snapshot was taken cause
problems when they are applied?  I would assume yes but I wanted to
check if there was some type of timestamp that would prevent an issue
from occurring?

Thanks,

-----Original Message-----
From: Kevin Grittner [mailto:Kevin.Grittner@wicourts.gov]
Sent: Tuesday, July 15, 2008 12:24 PM
To: Campbell, Lance; pgsql-admin@postgresql.org
Subject: Re: [ADMIN] Backup and failover process

>>> "Campbell, Lance" <lance@illinois.edu> wrote:
> PostgreSQL: 8.2
> I am about to change my backup and failover procedure from dumping a
full
> file SQL dump of our data every so many minutes

You're currently running pg_dump every so many minutes?

> to using WAL files.

Be sure you have read (and understand) this section of the docs:

http://www.postgresql.org/docs/8.2/interactive/backup.html

-Kevin

pgsql-admin by date:

Previous
From: "samantha mahindrakar"
Date:
Subject: Jobs using pgagent
Next
From: "Kevin Grittner"
Date:
Subject: Re: Backup and failover process