Skip to content

fix(backup): render blob authority from the shared reachability list - #282

Open
rodboev wants to merge 2 commits into
kenn-io:mainfrom
rodboev:backup-blob-authority
Open

fix(backup): render blob authority from the shared reachability list#282
rodboev wants to merge 2 commits into
kenn-io:mainfrom
rodboev:backup-blob-authority

Conversation

@rodboev

@rodboev rodboev commented Sep 4, 2026

Copy link
Copy Markdown

Docbank's portable backup now builds its blob-authority query from the same reachability list used by garbage collection, pruning, purge, and verification. A new durable blob reference therefore reaches backup and collection together, while staging and pending-erasure holds remain outside snapshots.

The generated query preserves NULL filtering and distinct set semantics, so multiply referenced blobs are exported once. Existing metadata, statistics, placement, and processing paths keep their current output and boundaries.

Closes #267

@roborev-ci

roborev-ci Bot commented Sep 4, 2026

Copy link
Copy Markdown

roborev: Combined Review (2a4eb3f)

No issues found.


Reviewers: 2 done | Synthesis: codex | Total: 3m46s

@rodboev rodboev changed the title Render backup blob authority from the shared reachability list fix(backup): render blob authority from the shared reachability list Sep 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

BackupBlobAuthorityCTE is an unlinked mirror of blobRootReferences

1 participant