Technical Tip: How to fix root disk space full due to /fsmopt.tar.gz
| Description | This article describes how to release disk space from the root partition that is caused by /fsmopt.tar.gz. |
| Scope | FortiSIEM. |
| Solution | The fsmopt.tar.gz files found in the root (/) directory are backup archives of the /opt/fsm directory created automatically during version upgrades or patching.
mkdir -p /opt/upgrade-backups |
