···6868 <literal>db-config.sqlite</literal> which will be automatically recreated.
6969 </para>
7070 </listitem>
7171+ <listitem>
7272+ <para>
7373+ 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
7474+<programlisting>
7575+dataDir=<valueOfDataDir>
7676+mv /var/lib/ipfs/.ipfs/* $dataDir
7777+rmdir /var/lib/ipfs/.ipfs
7878+</programlisting>
7979+ </para>
8080+ </listitem>
7181</itemizedlist>
72827383