mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Kubernetes versions 10.9.x #6180
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yuval987 on GitHub (Aug 8, 2024).
This issue respects the following points:
Description of the bug
Hi,
I have been using Jellyfin 10.8.3 in a Kubernetes environment, and it was working fine until yesterday. Suddenly, this version stopped working, so I upgraded to Jellyfin 10.9.x. I tried multiple versions within 10.9.x, but I encountered the same issues with all of them:
I am using the official Jellyfin image.
I hope you can help me with these problems.
Thanks,
Reproduction steps
Upgrade to 10.9.9 (10.9.8 too)
What is the current bug behavior?
Not working well
What is the expected correct behavior?
Not working well
Jellyfin Server version
10.9.9+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
10.9.9
Environment
Jellyfin logs
FFmpeg logs
No response
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@gnattu commented on GitHub (Aug 8, 2024):
If you are storing the DB file on NFS, we cannot help much because the current SQLite DB access pattern performs very poorly with NFS. Additionally, the upstream SQLite project maintainers have clearly stated that NFS is not a supported use case, making it very unlikely to be resolved anytime soon.
@yuval987 commented on GitHub (Aug 8, 2024):
Thank you. I'll try relocating the database. It was working fine with the old version (10.8.3). Was there any change related to the database in this version?
@gnattu
@gnattu commented on GitHub (Aug 8, 2024):
The old version's access pattern was slow enough to prevent a lot of issues :)