Jellyfin Forum
version in dashboard doesn't change after upgrade - 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: version in dashboard doesn't change after upgrade (/t-version-in-dashboard-doesn-t-change-after-upgrade)

Pages: 1 2


version in dashboard doesn't change after upgrade - ecourt - 2024-08-28

maybe it's 'working as designed' ??
dashboard version still shows 10.9.4, even tho I just updated to 10.9.10


RE: version in dashboard doesn't change after upgrade - TheDreadPirate - 2024-08-28

Ctrl+f5 or clear your browser data for Jellyfin. Jellyfin, prior to 10.9.9, was too aggressive with caching data in your browser.

[Image: attachment.php?aid=4247]
[Image: attachment.php?aid=4248]
[Image: attachment.php?aid=4249]


RE: version in dashboard doesn't change after upgrade - nanouk76 - 2024-08-29

Hi,
same (purely cosmetic) problem here. The Web UI does not report the correct server version number although 10.9.10 is installed. Cache has been cleared.

[Image: Capture-d-cran-du-2024-08-29-08-49-00.png]

[Image: Capture-d-cran-du-2024-08-29-08-40-17.png]


RE: version in dashboard doesn't change after upgrade - TheDreadPirate - 2024-08-29

Code:
sudo apt list --installed | grep jellyfin



RE: version in dashboard doesn't change after upgrade - ecourt - 2024-08-29

yeah, cleared cache, and even ran from a browser from a VM that had never connected to JF before.
Still showing old version...

either there was a slip-up in the packaging of 10.9.10 that included a old binary (I've compared the binary)
or more likely, there is a bug in 10.9.10 that doesn't update version.

   


RE: version in dashboard doesn't change after upgrade - TheDreadPirate - 2024-08-29

Can you show the output of the apt command I provided?

The apt-cache command you used would only show info about the meta package and not necessarily all the sub packages that were actually installed.

If the command I provided does show that the jellyfin-server package is at 10.9.10, we can proceed from there with backing up your install and reinstalling that package.


RE: version in dashboard doesn't change after upgrade - ecourt - 2024-08-29

sorry, can't -- cause it's windows.


RE: version in dashboard doesn't change after upgrade - ecourt - 2024-08-29

got this resolved, chalk it up to loose nut behind keyboard.


RE: version in dashboard doesn't change after upgrade - TheDreadPirate - 2024-08-29

(2024-08-29, 04:41 PM)ecourt Wrote: sorry, can't -- cause it's windows.

Didn't realize you were not the OP.


RE: version in dashboard doesn't change after upgrade - nanouk76 - 2024-08-29

A "sudo apt dist-upgrade" was necessary vs a "sudo apt update". All good now.
Thx for taking the time.