summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-07-03 23:23:46 +0300
committerPaul Buetow <paul@buetow.org>2026-07-03 23:23:46 +0300
commit2f74acdb3dd244383b2eecf315e304342bcca100 (patch)
tree53c56bd72f7681db9ace90ba3ad891cc4e6b1990 /README.md
parent7f4b152880bdbd7e0b603cfea43a766b6fb56823 (diff)
f3s/ychat: bump image to b8faffb (fix SQLite corruption over NFS)
Image 67babb2 used PRAGMA journal_mode=WAL, which silently lost writes on the NFS-backed hostPath PV (WAL needs shared-memory mmap of a -shm file that network filesystems don't support reliably) -- a registered user could not log back in because the INSERT never actually landed. b8faffb switches to the default rollback journal, which only needs ordinary byte-range locks that NFS handles correctly. The stale, partially-corrupted ychat.db/-wal/-shm files on the PV were wiped before this rollout so the pod starts from a clean, empty database.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions