Skip to content

v6.2.6

Choose a tag to compare

@github-actions github-actions released this 07 Feb 16:23

Fixed

  • SQLite viewer crash — Viewer container failed to start when using SQLite because PRAGMA journal_mode=WAL requires write access to create .db-wal and .db-shm sidecar files. WAL and create_all are now wrapped in try/except so the viewer degrades gracefully to default journal mode instead of crashing. (#61)
  • Read-only volume mount — Removed :ro from the viewer volume in docker-compose.yml since SQLite WAL needs write access. Added comment explaining when :ro is safe (PostgreSQL only).

📋 Full changelog: docs/CHANGELOG.md