Troubleshooting Tip: 7za extraction fail to decompress upgrade package.
| Description | This article describes the additional steps to get the 7za utility to extract the upgrade packages. |
| Scope | FortiSIEM, upgrade. |
| Solution | The upgrade package may fail to complete because the 7za utility is not factory installed:
Output log:
[root@wkr2 ~]# mkdir -p /opt/upgrade
The problem is that the RPM package 7-zip is not installed. Execute the following command:
dnf install p7zip p7zip-plugins -y |
