···68 <literal>db-config.sqlite</literal> which will be automatically recreated.
69 </para>
70 </listitem>
000000000071</itemizedlist>
7273
···68 <literal>db-config.sqlite</literal> which will be automatically recreated.
69 </para>
70 </listitem>
71+ <listitem>
72+ <para>
73+ The ipfs package now doesn't ignore the <literal>dataDir</literal> option anymore. If you've ever set this option to anything other than the default you'll have to either unset it (so the default gets used) or migrate the old data manually with
74+<programlisting>
75+dataDir=<valueOfDataDir>
76+mv /var/lib/ipfs/.ipfs/* $dataDir
77+rmdir /var/lib/ipfs/.ipfs
78+</programlisting>
79+ </para>
80+ </listitem>
81</itemizedlist>
8283