English
Production HA Checklist
Use this checklist before marking a Next Terminal deployment as production-ready. It complements Primary/Standby HA Deployment.
Must-have (block go-live)
Recommended
Drill template
bash
date -Iseconds > drill.log
ssh <PRIMARY_IP> "docker compose stop next-terminal" && curl -i http://<VIP>:8088 --max-time 5 | head -1 | tee -a drill.log
# expect: HTTP/1.1 200 within 3s, VIP on standby, no dual-primary in /var/log/messagesSign-off: SRE ________ Date ________ RTO ________ RPO ________