Skip to content

performStoreExport

performStoreExport(deps, options?): Promise<StoreExportResult>

Defined in: packages/client/src/export-store.ts:260

Run a live store backup (ADR-0035): checkpoint → dump → snapshot diagnostics → assemble the report. The caller (createSyncClient) is responsible for awaiting engine-ready and entering the lifecycle slot BEFORE calling this — kept out of here so the helper stays a pure “do the dump” unit. No engine suspension: the backup is live by design.

StoreExportDeps

StoreExportOptions = {}

Promise<StoreExportResult>