diff --git a/nixos/doc/manual/release-notes/rl-2009.xml b/nixos/doc/manual/release-notes/rl-2009.xml index c5863f3219e..e8d672836bd 100644 --- a/nixos/doc/manual/release-notes/rl-2009.xml +++ b/nixos/doc/manual/release-notes/rl-2009.xml @@ -805,6 +805,16 @@ CREATE ROLE postgres LOGIN SUPERUSER; New option has been added. + + + The jellyfin module will use and stay on the Jellyfin version 10.5.5 + if stateVersion is lower than 20.09. This is because significant changes were made to the database schema, + and it is highly recommended to backup your instance before upgrading. After making your backup, you can upgrade to the latest version either by + setting your stateVersion to 20.09 or higher, or set the to + pkgs.jellyfin. If you do not wish to upgrade Jellyfin, but want to change your stateVersion, you can set + the value of to pkgs.jellyfin_10_5. + +