View Single Post

   
  #2 (permalink)  
Old 04-10-2008, 06:53 AM
Peter Eisentraut
 
Posts: n/a
Default Re: Recovery plan for DRDB setup - recovery tool

Morten Andersen wrote:
> So are there any Postgresql tools for analyzing and repairing the
> "offline" database files (like e.g. the MySQL 'myisamchk'-tool).


No.

> So, how do other DRDB Postgresql sites handles failovers. Do you do
> anything pro-active on the slave before starting Postgresql, or do
> you trust DRDB and Postgresql completely.


If you don't trust PostgreSQL, why would you trust its offline recovery
tools?

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Reply With Quote