![]() |
Upgrading version of jellyfin server gives me trouble - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Upgrading version of jellyfin server gives me trouble (/t-upgrading-version-of-jellyfin-server-gives-me-trouble) Pages:
1
2
|
Upgrading version of jellyfin server gives me trouble - alike - 2025-03-02 When i try to upgrade from an older version the migration fails. Running windows 11. It wont start at all if my server app is not running as admin. Error code is: Code: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'. When looking at the rar2fs folder permissions they do look weird. But it worked before. ![]() I was struggling with this earlier. I almost threw the whole project down the drain and wanted to get back paying for netflix and all that crap. But i finally got it to work. But since then, each time i have tried to upgrade version, this happened. https://forum.jellyfin.org/t-solved-jellyfin-can-access-mounted-nfs-but-ffmpeg-says-no-such-file?pid=39765#pid39765 RE: Upgrading version of jellyfin server gives me trouble - TheDreadPirate - 2025-03-02 Can you share your full jellyfin logs pre-upgrade and post-upgrade via privatebin.net? RE: Upgrading version of jellyfin server gives me trouble - alike - 2025-03-02 I tried installing jellyfin server as a service, same problem that it cant find my rar2fs drives. Both as network service user and local service user. I tried changing the network service user to the same user that should have access to the rar2fs folder, but i get the same result. I installed rar2fs according to this manual, and it gives my user these rights to the rar2fs folders. https://github.com/hasse69/rar2fs/wiki/Windows-HOWTO ![]() RE: Upgrading version of jellyfin server gives me trouble - alike - 2025-03-02 (2025-03-02, 05:36 PM)TheDreadPirate Wrote: Can you share your full jellyfin logs pre-upgrade and post-upgrade via privatebin.net? Unfortunately the log only goes to today at 15:56. No idea why, could be i by mistake or design changed how long back it keeps them. https://privatebin.net/?a0f9cf4781cb5016#6JXwTXmxRMqEWg6F7tajkccFiWEm15uUt6QxpyHqWrSb RE: Upgrading version of jellyfin server gives me trouble - TheDreadPirate - 2025-03-03 Try renaming the playback reporting plugin DB. Pretty sure it is in C:\ProgramData\Jellyfin\Server\data Rename playback_reporting.db to playback_reporting.db.old or something like that. RE: Upgrading version of jellyfin server gives me trouble - alike - 2025-03-04 (2025-03-03, 01:02 PM)TheDreadPirate Wrote: Try renaming the playback reporting plugin DB. Pretty sure it is in C:\ProgramData\Jellyfin\Server\data I did this. After starting the server back up i checked but i don't see any difference. What are your thoughs? RE: Upgrading version of jellyfin server gives me trouble - TheDreadPirate - 2025-03-04 You still see a database error? Exact same one? RE: Upgrading version of jellyfin server gives me trouble - alike - 2025-03-04 (2025-03-04, 02:04 PM)TheDreadPirate Wrote: You still see a database error? Exact same one? SQLite Error is gone after this. But this only came when i was not running the server(Jellyfin.Windows.Tray.exe) in admin mode. I will try running it in non-admin mode again and see if the results change. Looks like the issue with not finding those Rar2FS drives is only when i run the server in admin mode. But i am not 100% sure as i don't remember which version i had from before the upgrade to reinstall old version and check. Edit: When i changed the service to run a user without admin rights, the app won't start. The log does not create any input, so i think im going to try to reinstall the app in "normal way" again to see if i can see the error message. Im almost sure that this is the "SQLite error" that is kicking in again. RE: Upgrading version of jellyfin server gives me trouble - alike - 2025-03-07 I cant even start the app this way. It does not care to write logs when it fails. Last log entry is: [2025-03-04 16:51:29.308 +01:00] [INF] [10] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" Running the file in admin mode and im back right in. But without rights to see the rar2fs drives. Log: https://privatebin.net/?d513244216100c70#7kLZDNHk4HXJ5DLi585xTtQHyjUQu5JhpTKEfYnxx9qF RE: Upgrading version of jellyfin server gives me trouble - TheDreadPirate - 2025-03-07 Does it write logs in a different directory when run as a service? I'm not even sure where to look to figure that out. Event viewer? |