Hi all, want to share my mistake so you not make same.
Two server down yesterday. Not provider fault. MY fault. I have make config error in haproxy, send all traffic to dead backend. Uptime 99.9% gone because me. XD
# this was wrong
backend app
server app1 10.0.0.5:8080 check
# server app2 10.0.0.6:8080 check <-- I COMMENT THIS OUT "TEMPORARILY"Took 4 hour to find. Shame. But transparency important, so here I AM.
Also backup I think run daily? Will check now.