···722722 </listitem>
723723 <listitem>
724724 <para>
725725+ The <literal>trace</literal> binary from
726726+ <literal>perf-linux</literal> package has been removed, due to
727727+ being a duplicate of the <literal>perf</literal> binary.
728728+ </para>
729729+ </listitem>
730730+ <listitem>
731731+ <para>
725732 The <literal>aws</literal> package has been removed due to
726733 being abandoned by the upstream. It is recommended to use
727734 <literal>awscli</literal> or <literal>awscli2</literal>
···835842 </listitem>
836843 <listitem>
837844 <para>
845845+ <literal>cassandra_2_1</literal> and
846846+ <literal>cassandra_2_2</literal> have been removed. Please
847847+ update to <literal>cassandra_3_11</literal> or
848848+ <literal>cassandra_3_0</literal>. See the
849849+ <link xlink:href="https://github.com/apache/cassandra/blob/cassandra-3.11.14/NEWS.txt">changelog</link>
850850+ for more information about the upgrade process.
851851+ </para>
852852+ </listitem>
853853+ <listitem>
854854+ <para>
838855 <literal>mysql57</literal> has been removed. Please update to
839856 <literal>mysql80</literal> or <literal>mariadb</literal>. See
840857 the
···855872 <para>
856873 <literal>k3s</literal> supports <literal>clusterInit</literal>
857874 option, and it is enabled by default, for servers.
875875+ </para>
876876+ </listitem>
877877+ <listitem>
878878+ <para>
879879+ <literal>percona-server56</literal> has been removed. Please
880880+ migrate to <literal>mysql</literal> or
881881+ <literal>mariadb</literal> if possible.
858882 </para>
859883 </listitem>
860884 <listitem>
···11641188 <link xlink:href="options.html#opt-systemd.oomd.enableSystemSlice">systemd.oomd.enableSystemSlice</link>,
11651189 and
11661190 <link xlink:href="options.html#opt-systemd.oomd.enableUserServices">systemd.oomd.enableUserServices</link>.
11911191+ </para>
11921192+ </listitem>
11931193+ <listitem>
11941194+ <para>
11951195+ The <literal>tt-rss</literal> service performs two database
11961196+ migrations when you first use its web UI after upgrade.
11971197+ Consider backing up its database before updating.
11671198 </para>
11681199 </listitem>
11691200 <listitem>
+8
nixos/doc/manual/release-notes/rl-2211.section.md
···235235 `python3.pkgs.influxgraph` packages, have been removed due to lack of upstream
236236 maintenance.
237237238238+- The `trace` binary from `perf-linux` package has been removed, due to being a duplicate of the `perf` binary.
239239+238240- The `aws` package has been removed due to being abandoned by the upstream. It is recommended to use `awscli` or `awscli2` instead.
239241240242- The [CEmu TI-84 Plus CE emulator](https://ce-programming.github.io/CEmu) package has been renamed to `cemu-ti`. The [Cemu Wii U emulator](https://cemu.info) is now packaged as `cemu`.
···261263262264- `k3s` no longer supports docker as runtime due to upstream dropping support.
263265266266+- `cassandra_2_1` and `cassandra_2_2` have been removed. Please update to `cassandra_3_11` or `cassandra_3_0`. See the [changelog](https://github.com/apache/cassandra/blob/cassandra-3.11.14/NEWS.txt) for more information about the upgrade process.
267267+264268- `mysql57` has been removed. Please update to `mysql80` or `mariadb`. See the [upgrade guide](https://mariadb.com/kb/en/upgrading-from-mysql-to-mariadb/) for more information.
265269266270- Consequently, `cqrlog` and `amorok` now use `mariadb` instead of `mysql57` for their embedded databases. Running `mysql_upgrade` may be neccesary.
267271- `k3s` supports `clusterInit` option, and it is enabled by default, for servers.
272272+273273+- `percona-server56` has been removed. Please migrate to `mysql` or `mariadb` if possible.
268274269275- `stylua` no longer accepts `lua52Support` and `luauSupport` overrides, use `features` instead, which defaults to `[ "lua54" "luau" ]`.
270276···360366 [systemd.oomd.enableRootSlice](options.html#opt-systemd.oomd.enableRootSlice),
361367 [systemd.oomd.enableSystemSlice](options.html#opt-systemd.oomd.enableSystemSlice),
362368 and [systemd.oomd.enableUserServices](options.html#opt-systemd.oomd.enableUserServices).
369369+370370+- The `tt-rss` service performs two database migrations when you first use its web UI after upgrade. Consider backing up its database before updating.
363371364372- The `pass-secret-service` package now includes systemd units from upstream, so adding it to the NixOS `services.dbus.packages` option will make it start automatically as a systemd user service when an application tries to talk to the libsecret D-Bus API.
365373
···173173 cargo-download = throw "cargo-download has been removed from nixpkgs as it is unmaintained, use cargo-clone instead"; # Added 2022-10-11
174174 cargo-tree = throw "cargo-tree has been removed, use the builtin `cargo tree` command instead"; # Added 2020-08-20
175175 casperjs = throw "casperjs has been removed, it was abandoned by upstream and broken";
176176+ cassandra_2_1 = throw "cassandra_2_1 has been removed, please use cassandra_3_11 instead"; # Added 2022-10-29
177177+ cassandra_2_2 = throw "cassandra_2_2 has been removed, please use cassandra_3_11 instead"; # Added 2022-10-29
176178 catfish = xfce.catfish; # Added 2019-12-22
177179 ccnet = throw "ccnet has been removed because seafile does not depend on it anymore"; # Added 2021-03-25
178180 cde-gtk-theme = throw "cde-gtk-theme has been removed from nixpkgs as it shipped with python2 scripts that didn't work anymore"; # Added 2022-01-12
···10671069 pdfstudio = throw "'pdfstudio' has been replaced with 'pdfstudio<year>', where '<year>' is the year from the PDF Studio version number, because each license is specific to a given year"; # Added 2022-09-04
10681070 peach = asouldocs; # Added 2022-08-28
10691071 pentablet-driver = xp-pen-g430-driver; # Added 2022-06-23
10721072+ percona-server = percona-server56; # Added 2022-11-01
10731073+ percona-server56 = throw "'percona-server56' has been dropped due to lack of maintenance, no upstream support and security issues"; # Added 2022-11-01
10701074 perlXMLParser = throw "'perlXMLParser' has been renamed to/replaced by 'perlPackages.XMLParser'"; # Converted to throw 2022-02-22
10711075 perlArchiveCpio = throw "'perlArchiveCpio' has been renamed to/replaced by 'perlPackages.ArchiveCpio'"; # Converted to throw 2022-02-22
10721076 pgadmin = pgadmin4;