post: commit 951850c in bojemoi
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 15s

This commit is contained in:
2026-05-22 23:35:43 +02:00
committed by Betty
parent 9046f3a4d0
commit 8dce1f449f

View File

@@ -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 <noreply@anthropic.com>
### Files Changed
```
M scripts/gameover.sh
```
### Diff Summary
```
scripts/gameover.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
```