fix(f3): prepare main redis and postgres smoke #314
No reviewers
Labels
No labels
W6d-automerge-calibration
agent/claude-code
agent/codex
agent/hermes
agent/iskra
agent/ollama
agent/patchwarden
automerge-candidate
class/security-sensitive
cutover-gate
dependency/blocked
dependency/blocks-others
dependency/cross-repo
dependency/needs-confirmation
domain:agents
domain:ci
domain:docs
domain:forgejo
domain:infra
domain:memory
domain:runtime
domain:signal
domain:ux
flow/architecture
flow/blocked
flow/deployed
flow/done
flow/implementation
flow/intake
flow/maintained
flow/observed
flow/ready
flow/refining
flow/retired
flow/review
iterating
judge/codex-candidate
judge/hermes-candidate
judge/low-confidence
judge/needs-refinement
judge/operator-needed
judge/p0
judge/p1
judge/p2
judge/p3
judge/park
judge/patchwarden-candidate
judge/stale-priority
kind/adr
kind/bug
kind/chore
kind/feature
kind/infra
kind/ops
kind/refactor
kind/research
large-impact
merge/auto
merge/manual
merge/manual-dependency-conflict
merge/manual-failing-tests
merge/manual-merge-conflict
merge/manual-missing-review
merge/manual-operator-preference
merge/manual-red-zone
merge/manual-security-sensitive
merge/manual-unclear-scope
merge/manual-unknown
meta
mode:operator-only
mode:patchwarden-iskra-approved
mode:safe-auto
needs-operator-decision
needs-triage
not-ready
observed/erroring
observed/needs-followup
observed/pending
observed/retire-candidate
observed/unused
observed/used
operator-emotional
owner-attention
phase/02
phase/03
priority:p0
priority:p1
priority:p2
priority:p3
proposed
ready-for-agent
ready-for-operator
recovery
review:claude-reviewed
review:codex-reviewed
review:dziadek-reviewed
review:needs-human
risk/exposure
risk/process
risk/product
risk/runtime
safety:external-write
safety:no-prod-mutation
safety:prod-impact
safety:secret-touch
size/large
size/medium
size/small
size/tiny
size/unknown
source/adr
source/agent-generated
source/manual
source/operator-chat
source/voice-note
status:blocked
status:codex-ready
status:merged:pending-evidence
status:needs-evidence
status:operator-needed
status:parked
tier/full
tier/lite
tier/stacked
tier:0-platform-substrate
tier:1-iskra-value-layer
tier:2-tools-products-modules
type:bug
type:chore
type:docs
type:feat
type:policy
type:research
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pdurlej/platform!314
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/f3/main-redis-postgres-prep"
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?
Canary status: missing — F3 final-boss prep; rely on required Forgejo checks before merge
Canary Context Pack
Product story
The next F3 tranche is the shared Redis and shared Postgres pair. These are high-blast-radius dependencies for n8n, Forgejo, Infisical, Umami, Matrix, and private operator apps, so backup-before evidence must be real before any stateful smoke.
What changed
redisandpostgresfrom live RS2000 runtime evidence.home-platform_redis_dataandhome-platform_pg_data.scripts/cutover/backup-before-apply.shso RedisBGSAVEcan authenticate when Redis has--requirepassin the container command but noREDIS_PASSWORDenv var.scripts/cutover/README.mdto document the Redis auth behavior.Why it changed
Both manifests failed strict-v2, and main Redis would have failed backup-before with
NOAUTHbecause it does not exposeREDIS_PASSWORDin the container environment. Running F3 without fixing this would produce either a blocked workflow or false backup confidence.Files touched
modules/redis/module.yamlmodules/postgres/module.yamlscripts/cutover/backup-before-apply.shscripts/cutover/README.mdRuntime evidence
home-platform-redis-1:running healthy, imageredis:7.4.7-alpine, digestredis@sha256:02f2cc4882f8bf87c79a220ac958f58c700bdec0dfb9b9ea61b62fb0e8f1bfcf, volumehome-platform_redis_data.home-platform-postgres-1:running healthy, imagepostgres:16.12-alpine, digestpostgres@sha256:97ff59a4e30e08d1c11bdcd9455e7832368c0572b576c9092cde2df4ae5552a3, volumehome-platform_pg_data.forgejo,infisical,integrations,matrix,n8n,np,np_memos,postgres,umami,zeroclaw.REDIS_PASSWORDenv, but auth can be derived from existing container config and verified without printing the secret.Known constraints
After merge,
release-root-promotemust land because the updated backup helper lives underscripts/cutover/**. Backup/smoke must wait until/opt/pdurlej-platform/currentpoints at this merge SHA.Explicit out-of-scope
Requested decision
Merge to unblock backup-before and F3 no-op smoke for
redisandpostgres.Merge blockers
BMADX
execution_allowed=true,bmad_status=okSpec sources read
modules/redis/module.yaml— target manifestmodules/postgres/module.yaml— target manifestcompose/core/compose.yaml— source of Redis/Postgres service definitionscompose/base/compose.yaml— live volume namesscripts/cutover/backup-before-apply.sh— backup helper being fixedscripts/cutover/README.md— backup class documentationmodules/honcho-redis/module.yaml— Redis strict-v2 patternVerification
Live Redis auth parser smoke (no secret output):
redis-auth-config-parse-ok.Refs: #142