Custom k8s config has jellyfins database locked #13802
Answered
by
andrewwippler
SpiderUnderUrBed
asked this question in
Q&A
-
https://pastebin.com/qfZJs0uh
There is no pods, no other pods that is using the database, jellyfins database just immediately locks up. |
Beta Was this translation helpful? Give feedback.
Answered by
andrewwippler
Aug 13, 2025
Replies: 1 comment
-
sqlite db has to be on a local drive (samehost). You cannot use a PVC for the db. We are waiting for changes in the code to allow for a different db. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SpiderUnderUrBed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sqlite db has to be on a local drive (samehost). You cannot use a PVC for the db. We are waiting for changes in the code to allow for a different db.