Commit 2d36036
LCORE-2860: create /tmp/data before starting lightspeed-stack pod
The conversation cache config uses db_path=/tmp/data/conversation-cache.db
but the directory doesn't exist in a fresh pod. SQLite can't create files
in nonexistent directories, causing 500 errors on any conversation endpoint.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 543c3b7 commit 2d36036
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments