diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-10 09:55:01 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-10 09:55:01 +0300 |
| commit | 50bf1b1cda71c034c81971ea3eea32966fe66279 (patch) | |
| tree | 59207f5f653fee60a6cfed65460fd02d64834396 /Rexfile | |
| parent | 66b42766bd448856b59ec724cc22d081d6f3c607 (diff) | |
navidrome: use Recreate strategy
SQLite on RWO PVC can only have one writer. RollingUpdate keeps the old
pod alive until the new pod is Ready, but the new pod blocks
indefinitely on SQLite open because the old pod still holds the
db-shm/db-wal lock. Recreate kills the old pod first.
Amp-Thread-ID: https://ampcode.com/threads/T-019e109f-fa43-7467-bb0b-1a4a2d3d0b9e
Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'Rexfile')
0 files changed, 0 insertions, 0 deletions
