Page 1 of 1

[Solved] Reinstall Jellyfin without ruining other containers

Posted: Thu Sep 19, 2024 3:28 pm
by 2birdsinatrenchcoat

is there a way to reinstall just Jellyfin without having to start from scratch? I just got everything configured and would like to avoid nuking everything to get Jellyfin to work. Thanks in advance for the guidance :D


Re: Reinstall Jellyfin without ruining other containers

Posted: Thu Sep 19, 2024 5:21 pm
by rogs

Hey @2birdsinatrenchcoat!

Yes, you can do that! Delete the jellyfin config directory located in /your/install/location/config/jellyfin. The full process is:

Code: Select all

yams stop
rm -r /your/install/location/config/jellyfin
yams restart

And that should be it!

Cheers!

Roger.


Re: Reinstall Jellyfin without ruining other containers

Posted: Tue Sep 24, 2024 5:21 pm
by 2birdsinatrenchcoat

Outstanding! Thank you so much!