Operations Checklist¶
This is a quick-read ops page. For full detail, use Operations.
Pre-deploy¶
- Enable auth for non-dev environments.
- Validate config:
pali init -config pali.yaml. - Confirm persistent storage path for SQLite DB files.
- Verify health endpoint and startup logs in staging.
Deploy¶
- Start API mode with your production config.
- Run smoke tests on
/health, tenant create, and memory search. - Confirm dashboard exposure is restricted behind your network/proxy policy.
Rollback-ready¶
- Keep previous binary/image ready.
- Keep recent DB backup/snapshot ready.
- Document exact rollback command in your runbook.
Post-deploy checks¶
- Request latency and error rates are within expected bounds.
- Tenant isolation checks pass across at least two tenants.
- Retrieval quality spot checks are stable for known queries.
Go deeper¶
- Full runbook: Operations
- Runtime setup: Deployment
- Isolation model: Multi-Tenancy