2024-06-22, 06:37 AM
(This post was last modified: 2024-06-22, 06:46 AM by hov. Edited 1 time in total.)
I'm trying to migrate my jellyfin from one server to another. I assume I can copy over my jellyfin cache and config folders over to the new server and hope it would just work. Am I missing something? I'm going from a debian to a debian machine. Both are intel cpu machines if that's relevant
Below is my docker-compose for new jellyfin docker container:
Couldn't find anything specific to my case in the migration docs https://jellyfin.org/docs/general/admini...on/migrate
Below is my docker-compose for new jellyfin docker container:
Code:
version: "3.8"
services:
jellyfin:
image: ghcr.io/jellyfin/jellyfin:latest
container_name: jellyfin
volumes:
- /opt/stacks/jellyfin/config:/config
- /opt/stacks/jellyfin/cache:/cache
- /mnt/NAS/:/NAS
ports:
- 8096:8096
restart: unless-stopped
Couldn't find anything specific to my case in the migration docs https://jellyfin.org/docs/general/admini...on/migrate