CALIBER
Quickstart
Operate CALIBER

Storage and state

The operator guide to where CALIBER keeps metadata, files, workflow workspaces, and retention-controlled artifacts.

OperatorDeveloperHow ToGA
PrerequisitesA CALIBER deployment or storage design question
Reviewed 2026-08-10 · current main branch docs contract

Use this page when the practical question is where CALIBER keeps state, what must be backed up, and which storage surface to inspect when something is missing or inconsistent.

At a glance

State surfaceWhat it storesRelated settings
Metadata databaseCALIBER metadata and control-plane stateCALIBER_DATABASE_URL
Object storeuploaded files, previews, extracted artifacts, log sink targetsCALIBER_OBJECT_STORE_*
Workflow storageworkflow-run workspaces and filesCALIBER_WORKFLOW_STORAGE_*
Retention policyhow long finalized run files remainCALIBER_WORKFLOW_STORAGE_RETENTION_*

1. Separate metadata from file storage

CALIBER does not keep every operational artifact in the same place.

That means:

  • a metadata record may exist even if file storage is unhealthy
  • file storage may be present even if the metadata database is unavailable

Treat those as separate failure domains during diagnosis.

2. Workflow storage is its own operator concern

Workflow-run file storage has its own backend, endpoint, limits, signing, and retention controls. Do not assume the generic object-store settings cover the full workflow storage path.

3. Common failure modes

SymptomFirst thing to check
Metadata exists but files are missingworkflow storage or object-store backend health
Uploads succeed locally but fail in another environmentendpoint, region, path-style, or credential-source differences
Old run files disappearedretention policy and janitor expectations

CALIBER : Contextual Adaptive Lifecycle for Intelligent Build, Evaluation, and Refinement — this page is generated from the authoritative Markdown sources in docs/ and the repository-level ARCHITECTURE.md.