[PATCH] Switch Active/Backup mode at runtime & save global server state

2016-07-29 Thread Murat Arslan
Hello all, This patch lets you: - put server/backend in backup/active mode ("backup" parameter for server isn't needed in the configuration file.) - save global server state to 'server-state-file' (absolute path required) I've tested this in our testing environment and it works great. See the U

Re: Switch Backup/Active mode on runtime

2016-07-01 Thread Murat Arslan
Murat Arslan writes: > > Hello! > We use HAProxy for several services and it's working great. > However, for one specific load balancing ... > ... Hello, See patch against 1.6.6 here: https://goo.gl/ZxK15r Tested, works great. Murat

Switch Backup/Active mode on runtime

2016-06-28 Thread Murat Arslan
Hello! We use HAProxy for several services and it's working great. However, for one specific load balancing need, we need to be able to put a server in backup mode without having to modify the configuration file followed by a reload. Consider a single master MySQL deployment with multiple slaves,