From 92c31257732f192b9110740417c0c7d56754d060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 20 Nov 2025 15:26:33 +0100 Subject: [PATCH] fix: add JOURNAL_MODE=delete for Pinchflat SQLite on network share MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SQLite was experiencing connection timeouts and errors because the downloads folder is on a HiDrive network mount. Setting JOURNAL_MODE to delete fixes SQLite locking issues on network filesystems. Fixes: database connection timeouts and "Sqlite3 was invoked incorrectly" errors 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- media/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/media/compose.yaml b/media/compose.yaml index b2c54a9..c9cb370 100644 --- a/media/compose.yaml +++ b/media/compose.yaml @@ -73,6 +73,7 @@ services: - /mnt/hidrive/users/valknar/Downloads/pinchflat:/downloads environment: TZ: ${TIMEZONE:-Europe/Berlin} + JOURNAL_MODE: delete networks: - compose_network labels: