Skip to main content

Production Deployment

Minimum Release Gate

Run all of the following before production promotion:

make fmt
make lint
make test
make test-integration
make test-compatibility
make e2e-all-local
make mql-exhaustive
make mql-coverage-audit
make test-architecture
make check-guardrails
make security-scan

Production Checklist

  • infrastructure sizing validated for write/read mix
  • observability and alerting wired
  • backup/restore drill completed
  • failover/fault-injection drills completed
  • parity-critical application queries validated on target tier policies

Final Go/No-Go

Production readiness should be decided by measured behavior on your workload, not by feature claims alone.

Source of Truth

  • Makefile
  • scripts/test/run-e2e-tests.sh
  • .github/workflows/ci.yml
  • .github/workflows/e2e.yml