Home Forum Software more than one central-server? Reply To: more than one central-server?

#760
TSL
Participant

Hi ally,

The only problem with sending to multiple servers is that if a path is down between the client and a server, the data between servers will get out of sync because the client wont be able to update them all – so you would still need a method by which to keep the other servers up-to-date.

I’ve use this before…

https://code.google.com/p/tungsten-replicator/

to keep MySQL backed RADIUS servers in sync in a multi-master config.

regards

Tim