summary refs log tree commit diff
path: root/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
diff options
context:
space:
mode:
authormidchildan <git@midchildan.org>2022-02-14 00:49:15 +0900
committermidchildan <git@midchildan.org>2022-03-12 15:10:38 +0900
commit561c0c28519c7b378078d5ee510c6727fb310d28 (patch)
treeebdfe6793f615000e52cfd12024949ada10aceaf /nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
parent5e7be6b480929b8e63a76eccbae441254c5e878b (diff)
downloadnixpkgs-561c0c28519c7b378078d5ee510c6727fb310d28.tar
nixpkgs-561c0c28519c7b378078d5ee510c6727fb310d28.tar.gz
nixpkgs-561c0c28519c7b378078d5ee510c6727fb310d28.tar.bz2
nixpkgs-561c0c28519c7b378078d5ee510c6727fb310d28.tar.lz
nixpkgs-561c0c28519c7b378078d5ee510c6727fb310d28.tar.xz
nixpkgs-561c0c28519c7b378078d5ee510c6727fb310d28.tar.zst
nixpkgs-561c0c28519c7b378078d5ee510c6727fb310d28.zip
nixos/rl-2205: add entries for EPGStation v2
Diffstat (limited to 'nixos/doc/manual/from_md/release-notes/rl-2205.section.xml')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml53
1 files changed, 53 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index 9cf27e56827..b4b31ad4b66 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -828,6 +828,59 @@
       </listitem>
       <listitem>
         <para>
+          <literal>pkgs.epgstation</literal> has been upgraded from v1
+          to v2, resulting in incompatible changes in the database
+          scheme and configuration format.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Some top-level settings under
+          <link linkend="opt-services.epgstation">services.epgstation</link>
+          is now deprecated because it was redudant due to the same
+          options being present in
+          <link linkend="opt-services.epgstation.settings">services.epgstation.settings</link>.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          The option
+          <link linkend="opt-services.epgstation.basicAuth">services.epgstation.basicAuth</link>
+          was removed because basic authentication support was dropped
+          by upstream.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          The option
+          <link linkend="opt-services.epgstation.database.passwordFile">services.epgstation.database.passwordFile</link>
+          no longer has a default value. Make sure to set this option
+          explicitly before upgrading. Change the database password if
+          necessary.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          The
+          <link linkend="opt-services.epgstation.settings">services.epgstation.settings</link>
+          option now expects options for <literal>config.yml</literal>
+          in EPGStation v2.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Existing data for the
+          <link linkend="opt-services.epgstation.enable">services.epgstation</link>
+          module would have to be backed up prior to the upgrade. To
+          back up exising data to
+          <literal>/tmp/epgstation.bak</literal>, run
+          <literal>sudo -u epgstation epgstation run backup /tmp/epgstation.bak</literal>.
+          To import that data after to the upgrade, run
+          <literal>sudo -u epgstation epgstation run v1migrate /tmp/epgstation.bak</literal>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           <literal>switch-to-configuration</literal> (the script that is
           run when running <literal>nixos-rebuild switch</literal> for
           example) has been reworked