summary refs log tree commit diff
path: root/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
diff options
context:
space:
mode:
authortalyz <kim.lindberger@gmail.com>2022-01-11 13:19:51 +0100
committertalyz <kim.lindberger@gmail.com>2022-01-18 15:16:04 +0100
commite7fa7fdffc8c37239fb98e1d902a932cad066ea5 (patch)
tree8595a0c5261566fbaf7ff14d1103615044214c16 /nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
parent97922bf97ea19a262e7ee4b9b71b4692372b87d8 (diff)
downloadnixpkgs-e7fa7fdffc8c37239fb98e1d902a932cad066ea5.tar
nixpkgs-e7fa7fdffc8c37239fb98e1d902a932cad066ea5.tar.gz
nixpkgs-e7fa7fdffc8c37239fb98e1d902a932cad066ea5.tar.bz2
nixpkgs-e7fa7fdffc8c37239fb98e1d902a932cad066ea5.tar.lz
nixpkgs-e7fa7fdffc8c37239fb98e1d902a932cad066ea5.tar.xz
nixpkgs-e7fa7fdffc8c37239fb98e1d902a932cad066ea5.tar.zst
nixpkgs-e7fa7fdffc8c37239fb98e1d902a932cad066ea5.zip
nixos/bookstack: Clear the cache more reliably
When upgrading bookstack, if something in the cache conflicts with the
new installation, the artisan commands might fail. To solve this, make
the cache lifetime bound to the setup service. This also removes the
`cacheDir` option, since the path is now handled automatically by
systemd.
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.xml7
1 files changed, 7 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 932d60d6b36..705d28aad5d 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
@@ -391,6 +391,13 @@
           <literal>reloadIfChanged</literal> of the units.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          The <literal>services.bookstack.cacheDir</literal> option has
+          been removed, since the cache directory is now handled by
+          systemd.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
   <section xml:id="sec-release-22.05-notable-changes">