> ## Documentation Index
> Fetch the complete documentation index at: https://project-brain.rocheaiops.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Backup and recovery

> Application recovery, isolated restore, and Basic Memory independence.

Application backup creates a PostgreSQL dump, artifact copy, schema/deployment metadata, and checksum sidecar. Restore verification uses a throwaway pgvector container and never changes live state. Phase 6 recovery checked an active record and a document original checksum; Phase 4 recovery checked active and superseded learning lineage.

<a href="/assets/visuals/backup-recovery.svg" target="_blank" rel="noreferrer" aria-label="Open full-size diagram: Backup and recovery topology showing an isolated application archive, off-host copy, throwaway restore target, and separate Basic Memory store."><img src="https://mintcdn.com/roche-ai-ops/zV65QLx2v4-e7KNO/assets/visuals/backup-recovery.svg?fit=max&auto=format&n=zV65QLx2v4-e7KNO&q=85&s=84917ff0da83123d60ef55256d929e2f" alt="Backup and recovery topology showing an isolated application archive, off-host copy, throwaway restore target, and separate Basic Memory store." noZoom width="1440" height="700" data-path="assets/visuals/backup-recovery.svg" /><span className="sr-only">Open full-size diagram: Backup and recovery topology showing an isolated application archive, off-host copy, throwaway restore target, and separate Basic Memory store.</span></a>

Basic Memory is backed up and restored independently. Application backups exclude its development store, and D10/D11 demonstrated that application lifecycle operations did not silently modify it.

A same-host copy does not protect against host loss. The initial off-host destination is identified and used for recovery evidence, but its BitLocker at-rest-encryption state is not verified. See [backup/restore operations](/operations/backup-restore).
