> Guess it's best to setup Master to Master replication..
Master-Master has issues of its own, if you use shoddy applications that assume next-id=max(id)+1.
In the worst case situation you can find data on one master, and not the other, and vice-versa. So be prepared to reconcile things if you get into a split-brain scenario.
stevekemp|11 years ago
Master-Master has issues of its own, if you use shoddy applications that assume next-id=max(id)+1.
In the worst case situation you can find data on one master, and not the other, and vice-versa. So be prepared to reconcile things if you get into a split-brain scenario.