2024-12-21, 06:54 PM
(This post was last modified: 2024-12-21, 06:55 PM by TheDreadPirate. Edited 1 time in total.)
Oh. Wow. Lots of mixed packages there. 10.8.13 for web, 10.9.3 for server, 10.10.3 for the meta package. Let's backup your data, just in case. But I don't think this should delete your data.
Now we are going to remove jellyfin-ffmpeg, jellyfin-web, and the jellyfin meta package.
This should leave you with only jellyfin-server 10.9.3 and all of your jellyfin data should still be in tact. Now we install jellyfin and it should install the latest jellyfin-ffmpeg, jellyfin-web, and pull jellyfin-server up to to 10.10.3.
Code:
sudo mkdir /jellyfin-backup
cd /jellyfin-backup
sudo mkdir etc var
sudo rsync -a -p --progress /etc/jellyfin etc/
sudo rsync -a -p --progress /var/lib/jellyfin var/
Now we are going to remove jellyfin-ffmpeg, jellyfin-web, and the jellyfin meta package.
Code:
sudo apt remove jellyfin-ffmpeg7 jellyfin-web jellyfin
This should leave you with only jellyfin-server 10.9.3 and all of your jellyfin data should still be in tact. Now we install jellyfin and it should install the latest jellyfin-ffmpeg, jellyfin-web, and pull jellyfin-server up to to 10.10.3.
Code:
sudo apt install jellyfin