KUSANAGI Security Edition has been updated.
Support for MariaDB 11.4/11.8 has been added.
In order to use it as a new database, use "kusanagi init" or "kusanagi dbinit" command.
For MariaDB 11.4: # kusanagi init --mariadb11.4 or # kusanagi dbinit mariadb --use mariadb11.4 For MariaDB 11.8: # kusanagi init --mariadb11.8 or # kusanagi dbinit mariadb --use mariadb11.8
In order to upgrade the existing database, use "kusanagi upgrade" command.
For MariaDB 11.4 (only available from MariaDB 10.11): # kusanagi upgrade mariadb --use mariadb11.4 For MariaDB 11.8 (only available from MariaDB 11.4): # kusanagi upgrade mariadb --use mariadb11.8
You can apply the module update with the following command:
# dnf upgrade
Python version has been changed to Python 3.12 since KUSANAGI 10.2.0 release.
For details, please refer to Support for Python 3.12 in KUSANAGI Security Edition .
If automatic updates of middleware are enabled in kusanagi autoupdate command, this fix will be applied automatically.