Everything needed to deploy, operate, and maintain ThreatWeaver in production. Covers infrastructure, runbooks, DR, and database migration history.
Quick Navigationβ
| Document | What you'll find |
|---|
| Deployment Guide | Render deployment, env vars, build process, KB site Vercel setup |
| Migration History | All database migrations in chronological order |
| Changelog | Feature and fix history by release |
| Runbooks | Step-by-step procedures for common operational tasks |
| Disaster Recovery | RTO/RPO targets, backup strategy, failover procedures |
Environment Quick Referenceβ
| Service | URL | Notes |
|---|
| Backend (UAT) | https://threatweaver-backend.onrender.com | Singapore, Pro Plus |
| Frontend (UAT) | https://dev.threatweaver.ai | Render static site, custom domain |
| DB (UAT) | dpg-d6vc8nnfte5s73dppuqg-a | Pro 8GB |
| Backend (Prod) | https://kina-vulnerability-management-uq1t.onrender.com | |
| Frontend (Prod) | https://kinavulnerabilitymanagement.vercel.app | Vercel |
Deployment Checklistβ
Before any production deploy:
Who Owns Whatβ
| Area | Owner |
|---|
| Render deploys | backend auto-deploys on push to dev |
| DB migrations | manual via npm run migrate:dev |
| KB Site | Docusaurus on local, future Vercel deploy |
| GitHub secrets | BluCypher1 admin |