WAL segment question - Mailing list pgsql-admin

From Donald Fraser
Subject WAL segment question
Date
Msg-id 008601c7d622$244237a0$b464a8c0@demolish1
Whole thread Raw
Responses Re: WAL segment question  (Decibel! <decibel@decibel.org>)
Re: WAL segment question  ("Simon Riggs" <simon@2ndquadrant.com>)
Re: WAL segment question  (Chander Ganesan <chander@otg-nc.com>)
List pgsql-admin
Our company has two sites, a master and a disaster recovery site.
I am trying to assess whether data has been lost during a fail-over, due to the asynchronous method of transporting WAL file data between sites (we use DRBD).
 
Disaster recovery node start-up log:
user= pid=9907 timestamp=[2007-08-01 17:09:51 BST] tid= LOG:  record with zero length at 0/7C62F52C
user= pid=9907 timestamp=[2007-08-01 17:09:51 BST] tid= LOG:  redo done at 0/7C62F4E8
 
My question is: given the above WAL segment information, can I use it to decide whether information was lost in the master database site, at the point of failure, without starting the database up?
 
Regards
Donald Fraser.
 
 

pgsql-admin by date:

Previous
From: ekzept
Date:
Subject: libpq.dll as part of PGDB module: access to PostgreSQL from Python
Next
From: Decibel!
Date:
Subject: Re: incrementals with pg-dump