KUSANAGI 9 update has been released.
he default MariaDB for initial configuration with the kusanagi init command has been switched to MariaDB 10.11.
If you would like to initialize with MariaDB 10.6, specify --mariadb10.6 in the kusanagi init command.
To upgrade from MariaDB 10.6 to MariaDB 10.11, use the kusanagi upgrade mariadb command.
Note that it is not possible to downgrade from MariaDB 10.11 to MariaDB 10.6.
Support for MariaDB 12.3 has been added.
In order to use it as a new database, use "kusanagi init" or "kusanagi dbinit" command.
# kusanagi init --mariadb12.3 or # kusanagi dbinit mariadb --use mariadb12.3
In order to upgrade the existing database, use "kusanagi upgrade" command.
# kusanagi upgrade mariadb --use mariadb12.3
You can apply the module update with the following command:
# dnf upgrade
The specification for Nginx has been changed since KUSANAGI 9.5.0 release.
For details, please refer to Changes in KUSANAGI 9.5.0 .
Python version has been changed to Python 3.12 since KUSANAGI 9.7.0 release.
For details, please refer to Support for Python 3.12 in KUSANAGI .