You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a common use case, as the two sql servers are in different DCs. I would like to use the closest one and just in case of failure to failover to the second one(backup) connection. In the meanwhile I don't want to send any traffic to the backup connection as it will slow down my app. This is quite common scenario in kubernetes as normally connection to DBs are "external" in sense of kubernetes ecosystems and we need a way to failover.
The text was updated successfully, but these errors were encountered:
How do I add let's say 10.100.12.7 as a backup server.
https://cbonte.github.io/haproxy-dconv/1.8/configuration.html#5.2-backup
This is a common use case, as the two sql servers are in different DCs. I would like to use the closest one and just in case of failure to failover to the second one(backup) connection. In the meanwhile I don't want to send any traffic to the backup connection as it will slow down my app. This is quite common scenario in kubernetes as normally connection to DBs are "external" in sense of kubernetes ecosystems and we need a way to failover.
The text was updated successfully, but these errors were encountered: