Does any one have configured failover server for OpenERP as an application server and/or PostgreSQL as a database server ?
Is it possible to spread postgres database across more than 1 partition (Raid4 partition) and then set up a failover server so, if the main server crashes in middle of the transaction, then the transaction will complete in the failover server.
Similar case for OpenERP Server, If the openerp server crashes, is there a possibility to setup a failover instance that would immediately take over the original instance and continue with the transactions?