Re: [GENERAL] recovery after interrupt in the middle of a previous recovery

2010-05-27 Thread Or Kroyzer
Thanks. 2010/5/26 Tom Lane > Or Kroyzer writes: > > I am using postgres 8.3.1, > > ... you really ought to be using 8.3.something-recent ... > > > and have implemented warm standby very much like > > the one described in the high availability documentation on this site. > > It seems to work wel

Re: [GENERAL] recovery after interrupt in the middle of a previous recovery

2010-05-26 Thread Tom Lane
Or Kroyzer writes: > I am using postgres 8.3.1, ... you really ought to be using 8.3.something-recent ... > and have implemented warm standby very much like > the one described in the high availability documentation on this site. > It seems to work well except for this problem: I've had a case w

[GENERAL] recovery after interrupt in the middle of a previous recovery

2010-05-26 Thread Or Kroyzer
Hello, I am using postgres 8.3.1, and have implemented warm standby very much like the one described in the high availability documentation on this site. It seems to work well except for this problem: I've had a case where the postgresql server was interrupted while in recovery (I think it was a us