nixos/jellyfin: document stateVersion 20.09 in release notes

This commit is contained in:
Minijackson 2020-08-22 15:00:31 +02:00
parent 09d00b5b98
commit ad48050cad
No known key found for this signature in database
GPG key ID: FEA888C9F5D64F62

View file

@ -805,6 +805,16 @@ CREATE ROLE postgres LOGIN SUPERUSER;
New option <xref linkend="opt-services.caddy.adapter"/> has been added.
</para>
</listitem>
<listitem>
<para>
The <link linkend="opt-services.jellyfin.enable">jellyfin</link> module will use and stay on the Jellyfin version <literal>10.5.5</literal>
if <literal>stateVersion</literal> is lower than <literal>20.09</literal>. 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 <literal>stateVersion</literal> to <literal>20.09</literal> or higher, or set the <option>services.jellyfin.package</option> to
<literal>pkgs.jellyfin</literal>. If you do not wish to upgrade Jellyfin, but want to change your <literal>stateVersion</literal>, you can set
the value of <option>services.jellyfin.package</option> to <literal>pkgs.jellyfin_10_5</literal>.
</para>
</listitem>
</itemizedlist>
</section>