Jellyfin and Plex will not run after upgrading to 1.6.1

I just updated to 1.6.1 and now my Jellyfin and Plex will not run. I get error: “failed to start compose app” I tried to update Jellyfin from the ZimaOS App Store/UI, but that didn’t help. How can I fix this issue?

I found the problem: the 1.6.1 update recreated the /DATA/Media symlink with the wrong case (Media instead of MEDIA).

I fixed it with:

sudo rm /DATA/Media
sudo ln -s /media/Storage_01/MEDIA /DATA/Media

Then started both apps:

sudo docker start jellyfin
sudo docker start plex

Hope this helps someone else and maybe the ZimaOS team can look into this so it gets fixed for the next update.

1 Like