Disaster Recovery
Minimum recovery assets
- Core configuration files.
- Managerd configuration files.
- TLS and mTLS certificates.
- License/activation material stored securely.
- Last known working package or container artifacts.
- Backend route and pool definitions.
Recovery validation
vnetarmorctl --server manager01.example.local:9443 status
curl -kI https://www.example.com/health
curl -kI https://api.example.com/v1/health
Best practices
- Store backups outside the host.
- Test restore at least once before production launch.
- Document DNS and load balancer failover steps.
- Keep break-glass administrative access documented and protected.