mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Enable moving location of jellyfin.db #7673
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#7673
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @twsouthwick on GitHub (Nov 2, 2025).
I run jellyfin in a k3s cluster and use iscsi for the database. However, everything else I prefer to use nfs stores to go to my NAS. Currently, the data directory for jellyfin is where the database is as well as things like trickplay, subtitles, etc. Since iscsi shares need to be provisioned to a specific size, I've hit out of memory as trickplays get generated. To fix this, I'd like to move the database to its own directory so I can have a specific store for just the db.
@anultravioletaurora commented on GitHub (Nov 3, 2025):
@twsouthwick just out of curiosity are you using Longhorn for your iSCSI distributed storage? I only ask because Longhorn supports expanding persistent volumes after creation
@twsouthwick commented on GitHub (Nov 3, 2025):
Not right now - I currently use https://github.com/hpe-storage/truenas-csp. It supports expanding, but it grows quite large and I'd rather have the non-db files (i.e. trickplay, subtitles, etc) stored on my NFS shares
@IgorAngelini commented on GitHub (Dec 3, 2025):
I would also like this, I'm running on ZFS and would be nice if I could create a dataset with recordsize of 64K and set the sqlite page size to 65536. Not nearly as damaging as OP's issue, but I thought it would add to the case.