Skip to main content

Backup Database

Comments

1 comment

  • David Paras

    One approach would be to setup a Mysql Database on Prod2 that is a slave to Mysql Database on EDI1. In the case of a mysql failure on the Prod1 server, you can point the log database to the Mysql database on Prod2.

    For more information on the master-slave setup in Mysql, you can refer to their documentation - http://dev.mysql.com/doc/refman/5.1/en/replication-howto.html

    0

Post is closed for comments.