KUSANAGI 9 update 9.0.11-1.el8

KUSANAGI 9 update 9.0.11-1.el8

KUSANAGI 9 update has been released.

- KUSANAGI plugin has been updated.
- Default value for FS_METHOD in WordPress at provisioning has been changed.

The module update can be applied with the following command:

# dnf update -y

After module update, please update KUSANAGI plugin of the profile with the follwing command:

# kusanagi update plugin PROFILE

If you use PHP 8.0 and experience problem in updating WordPress, themes or plugins, please modify the following lines in wp-config.php:

define('FS_METHOD', 'ftpsockets');

to the following lines:

define('FS_METHOD', 'ftpext');