KUSANAGI9 update 9.1.3-2.el8

KUSANAGI9 update 9.1.3-2.el8

KUSANAGI9 update has been released.

We fixed the bug not to roll back the configuration file when executing “kusanagi upgrade mariadb.”

If you have executed that command on KUSANAGI 9.1.3-1, you will see the original configuration files as *.rpmsave
on /etc/my.cnf.d and /etc/logrotate.d.
Please recover these files by following commands:

# cd /etc/my.cnf.d
# ls *.rpmsave
mysql-clients.cnf
server.cnf
# cp mysql-clients.cnf server.cnf ~/
# mv mysql-clients.cnf.rpmsave mysql-clients.cnf
# mv server.cnf.rpmsave server.cnf
# systemctl restart mariadb

# cd /etc/logrotate.d
# ls *.rpmsave
mysql.rpmsave
# cp mysql ~/
# mv mysql.rpmsave mysql

You can apply the module update with the following command:

# dnf update -y