fix(URGENT): pin umami to exact SHA (v1.38.0 has schema lineage mismatch) #3
Reference in New Issue
Block a user
Delete Branch "fix/umami-sha-pin"
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?
URGENT: revert umami to the exact image SHA the working 120d-old pod is on. v1.38.0 (the latest postgresql-vX.Y.Z line) tries to apply a migration that needs a table the DB doesn't have (
relation "event" does not exist), suggesting our pod runs a different schema lineage. SHA pin avoids that.Detailed analysis + recovery plan in the commit message. tl;dr we need a v3.x migration plan eventually, but this stabilizes things first.
🤖 Generated with Claude Code