Docs / Datastores

Persistent storage

Partial — database volumes only

In v1, persistent Docker volumes are attached to Postgres and Key Value services when persistence is enabled. General-purpose persistent disks for web services and workers are not available.

What persists today

  • Postgres data directory on a named Docker volume
  • Key Value AOF files when persistence is enabled
  • Control plane SQLite database and build artifacts on the host data directory

What does not persist

  • Filesystem changes inside web service or worker containers across redeploys
  • Uploaded source archives after build (artifacts are rebuilt each deploy)

Store uploads and user-generated content in Postgres, object storage, or an external volume you manage outside BreachFix Cloud.