mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Issue]: Data lost after update from 10.8.4 to 10.8.5 using windows installer. #4222
Reference in New Issue
Block a user
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 @ghost on GitHub (Sep 25, 2022).
Please describe your bug
To update my server from version 10.8.4 to 10.8.5 on windows, i did as the install docu suggest for updating. The installer prompt says that i would not touch any settings etc., but unfortunately my data (metadata, plugins, libraries etc.) has been wiped during the update. No logging in afterwards through whatever method. Had to setup a new server.
Installer used:
installer/jellyfin_10.8.5_windows-x64.exe
Jellyfin Version
10.8.0
if other:
No response
Environment
Jellyfin logs
No response
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
@nielsvanvelzen commented on GitHub (Sep 25, 2022):
Did you close Jellyfin before starting the update? Did the installer show an alert that it would update an existing installation? How do you start Jellyfin, with the tray app or directly? Did you install Jellyfin as a service?
@ghost commented on GitHub (Sep 26, 2022):
Yes, stopped jellyfin and closed the tray icon before updating. The installer showed said alert. Usually Jellyfin is autostarting with windows, after updating i launched the tray app to start jellyfin. I did not install jellyfin as a service.
@ThomasPGH commented on GitHub (Sep 30, 2022):
Are you sure the installation has wiped your Jellyfin data folder?
Maybe it's just on a different drive/in a different folder, and after the update some other drive/folder was used.
I keep having this issue every time I update Jellyfin ever since I updated it for the first time (maybe 10. something).
When starting
nssm edit "Jellyfin Server"I got--service --datadir "D:\ProgramData\Jellyfin\Server"in the Arguments field because this is where I want Jellyfin to keep its configs and metadatay.However, every time I run an update to a newer version of Jellyfin it resets this text field to some odd
--service --datadir "M:\ProgramData\Jellyfin\Server", although this folder doesn't even exist. I have to manually change it back to how it was before the update.Maybe it has done the same when you updated but the folder it picked did exist, hence the "data wipe".
@ghost commented on GitHub (Oct 30, 2022):
The latest update using windows installer went without issues. guess this can be closed.