From 8dce1f449fe35f54ba73663cd08c7303962aa3aa Mon Sep 17 00:00:00 2001 From: Betty Date: Fri, 22 May 2026 23:35:43 +0200 Subject: [PATCH] post: commit 951850c in bojemoi --- .../commits/2026-05-22-commit-951850c.md | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 content/posts/commits/2026-05-22-commit-951850c.md diff --git a/content/posts/commits/2026-05-22-commit-951850c.md b/content/posts/commits/2026-05-22-commit-951850c.md new file mode 100644 index 0000000..21b4ef1 --- /dev/null +++ b/content/posts/commits/2026-05-22-commit-951850c.md @@ -0,0 +1,43 @@ +--- +title: "[bojemoi] fix(gameover): préserver borodino_valkey_data au teardown" +date: 2026-05-22T23:35:43+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 951850c par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `951850c` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `951850c5b92ba417c0931a1570d1d65e3a53a39a` | + + +### Description + +Ajoute borodino_valkey_data aux volumes permanents pour éviter +l'incohérence post-gameover : postgres (bojemoi) survit mais la +queue Valkey est wipe → host_ids stale → FK violations sur +nuclei_scan_log. + +Les deux volumes doivent avoir le même cycle de vie. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M scripts/gameover.sh +``` + +### Diff Summary + +``` + scripts/gameover.sh | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) +```