Operations
Deployment Guidance
- Start
citeverifier-web and bundled citeverifier-dblp-service in one compose stack
- Mount shared volume for DBLP SQLite data
Upgrade Flow
- Upgrade DblpService and verify build capability
- Verify
/data/dblp.sqlite is readable from Web container
- Upgrade Web and validate single/batch endpoints
Backup Guidance
- Back up
runtime.sqlite
- Archive large
batch_runs / batch_items history periodically
Observability
- Health check:
GET /api/health
- Batch success ratio:
found_count / total_processed
- Error counters:
single_search_errors and item-level error_message