> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uselumina.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Production Checklist

> Production deployment checklist

Ensure your deployment is production-ready.

***

## Security

* [ ] Change default PostgreSQL password
* [ ] Enable SSL/TLS for database
* [ ] Configure NetworkPolicies
* [ ] Set up secret management
* [ ] Enable audit logging

***

## Performance

* [ ] Configure PostgreSQL connection pooling
* [ ] Set up Redis cluster
* [ ] Configure NATS retention
* [ ] Enable trace sampling
* [ ] Add database indexes

***

## Monitoring

* [ ] Configure Prometheus metrics
* [ ] Set up Grafana dashboards
* [ ] Configure alerting
* [ ] Monitor disk usage
* [ ] Monitor queue depth

***

## Backup

* [ ] Configure automated backups
* [ ] Test restore procedure
* [ ] Set up point-in-time recovery
* [ ] Document disaster recovery

***

## Scaling

* [ ] Configure HPA
* [ ] Set resource limits
* [ ] Test with realistic load
* [ ] Document scaling procedures
