24.11 Release notes¶
Breaking changes¶
the modbus support module was upgraded from 3-2 to 3-4, which changed the name of the
modbus.dbdfile. This file wasn’t meant to be used, but if you used it by mistake, make sure to includemodbusSupport.dbd, anddrvAsynIPPort.dbdordrvAsynSerialPort.dbdinstead.services.phoebus-olognow uses FerretDB instead of MongoDB, which prevents having to compile a resource intensive project due to its license. Migrate your data by following From MongoDB to FerretDB.
New features¶
A new module
programs.phoebus-clientwas added to install Phoebus and set up Java options.
Detailed migration information¶
From MongoDB to FerretDB¶
Before upgrading to nixos-24.11,
install the mongodb-tools package,
by adding it to your environment.systemPackages.
On the target machine, run:
mkdir mongodb-dump
cd mongodb-dump
mongodump
Then,
upgrade your system to nixos-24.11.
On the target machine, run:
cd mongodb-dump
mongorestore