Maintenance and Support
Recommended Maintenance
Cadence |
Tasks |
|---|---|
Daily |
PostgreSQL backup ( |
Weekly |
Qdrant snapshot; test critical endpoints. |
Monthly |
Update Ollama models; clean up old recommendations (> 6 months); monitor Qdrant disk usage. |
Operational Checks
Verify the AI engine is healthy via the Swagger UI (
/docs) and a samplePOST /recommendations/get22request.Confirm collection statistics with
GET /collections/{name}/statsafter any bulk indexing.Watch
security_eventsandaudit_logsfor anomalies (see Security and Privacy).
Backups
# Daily PostgreSQL logical backup
pg_dump -U oim_user -d agent_memory -F c -f agent_memory_$(date +%F).dump
# Weekly Qdrant snapshot (via the Qdrant API or storage volume snapshot)
Contacts
Contact |
Detail |
|---|---|
Technical team |
|
IT (Eric Noutchogouin) |
External References
Live API documentation (Swagger UI) — https://backend.bridges.cm/docs
OpenAPI schema — https://backend.bridges.cm/openapi.json
Qdrant documentation — https://qdrant.tech/documentation/
FastAPI documentation — https://fastapi.tiangolo.com/
OpenRouter documentation — https://openrouter.ai/docs
Expo documentation — https://docs.expo.dev/
Next.js documentation — https://nextjs.org/docs
End of documentation — Version 1.0. © International Organization for Migration — Cameroon.