Persist gateway state when using embedded OCI on NixOS #270
Labels
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review#270
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The NixOS module can run the gateway automatically, but currently opts into bare mode. The packaged embedded OCI gateway path mounts
/var/lib/auto_reviewas tmpfs, so review history, learnings, vector cache, and webhook dedup state are not truly persistent across restarts.Desired Outcome
NixOS deployments can use embedded OCI isolation while keeping gateway SQLite state persistent.
Scope
/var/lib/auto_review.Notes
The current embedded OCI bundle uses tmpfs for
/var/lib/auto_review, which is appropriate for isolated ephemeral operation but not for a managed NixOS service with durable review history/learnings.