Merge pull request #200284 from Ma27/signald-release-notes
nixos/doc: mention signald update in release-notes and related upgrade instructions
This commit is contained in:
commit
65522538a3
@ -944,6 +944,22 @@
|
|||||||
<literal>mariadb</literal> if possible.
|
<literal>mariadb</literal> if possible.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
<literal>signald</literal> has been bumped to
|
||||||
|
<literal>0.23.0</literal>. For the upgrade, a migration
|
||||||
|
process is necessary. It can be done by running a command like
|
||||||
|
this before starting <literal>signald.service</literal>:
|
||||||
|
</para>
|
||||||
|
<programlisting>
|
||||||
|
signald -d /var/lib/signald/db \
|
||||||
|
--database sqlite:/var/lib/signald/db \
|
||||||
|
--migrate-data
|
||||||
|
</programlisting>
|
||||||
|
<para>
|
||||||
|
For further information, please read the upstream changelogs.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<literal>stylua</literal> no longer accepts
|
<literal>stylua</literal> no longer accepts
|
||||||
|
@ -286,6 +286,17 @@ Available as [services.patroni](options.html#opt-services.patroni.enable).
|
|||||||
|
|
||||||
- `percona-server56` has been removed. Please migrate to `mysql` or `mariadb` if possible.
|
- `percona-server56` has been removed. Please migrate to `mysql` or `mariadb` if possible.
|
||||||
|
|
||||||
|
- `signald` has been bumped to `0.23.0`. For the upgrade, a migration process is necessary. It can be
|
||||||
|
done by running a command like this before starting `signald.service`:
|
||||||
|
|
||||||
|
```
|
||||||
|
signald -d /var/lib/signald/db \
|
||||||
|
--database sqlite:/var/lib/signald/db \
|
||||||
|
--migrate-data
|
||||||
|
```
|
||||||
|
|
||||||
|
For further information, please read the upstream changelogs.
|
||||||
|
|
||||||
- `stylua` no longer accepts `lua52Support` and `luauSupport` overrides, use `features` instead, which defaults to `[ "lua54" "luau" ]`.
|
- `stylua` no longer accepts `lua52Support` and `luauSupport` overrides, use `features` instead, which defaults to `[ "lua54" "luau" ]`.
|
||||||
|
|
||||||
- `pkgs.fetchNextcloudApp` has been rewritten to circumvent impurities in e.g. tarballs from GitHub and to make it easier to
|
- `pkgs.fetchNextcloudApp` has been rewritten to circumvent impurities in e.g. tarballs from GitHub and to make it easier to
|
||||||
|
Loading…
Reference in New Issue
Block a user