Posted inGoodies Goodies | HAProxy
HAProxy – Set Backend Server in maintenance mode
First install socat sudo apt update sudo apt install socat -y Execute the following command where <backend> and <Server> are replaced echo "disable server <backend>/<Server>" | sudo socat unix-connect:/var/run/haproxy/admin.sock stdio…