I have a question about replication.
Currently we have two servers, serverA and serverB.
ServerA is the primary server and serverB is somewhat of a backup. Everything on serverA gets replicated to ServerB. So, if serverA goes down - serverB takes over.
My question is if serverA goes down and serverB is the primary - once we get serverA back up - how do we get the new information back to serverA?
I was originally thinking having replication set up in both directions - that way when serverA is back up - just re-initialize the databases - but if serverA is down and serverB is trying to replicate to it - I will get errors.
Thanks,
-Bell
Currently we have two servers, serverA and serverB.
ServerA is the primary server and serverB is somewhat of a backup. Everything on serverA gets replicated to ServerB. So, if serverA goes down - serverB takes over.
My question is if serverA goes down and serverB is the primary - once we get serverA back up - how do we get the new information back to serverA?
I was originally thinking having replication set up in both directions - that way when serverA is back up - just re-initialize the databases - but if serverA is down and serverB is trying to replicate to it - I will get errors.
Thanks,
-Bell