Skip to main content
nsoni
Staff
Staff
May 28, 2026

Technical Tip: Collector upgrade to v7.5.1 fails as security OS repository does not exist

  • May 28, 2026
  • 0 replies
  • 46 views

Description

This article provides steps to fix the issue where the FortiSIEM collector upgrade to v7.5.1 fails due to missing security OS repo.

Scope

FortiSIEM collector.

Solution

Issue:

FortiSIEM collector upgrade to version 7.5.1 fails with the following error observed in upgrade logs (/usr/local/upgrade/logs/ansible.log):

msg: Failed to download metadata for repo 'security': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried


Cause:

The failure occurs because the Rocky Linux 'security' repository does not exist. As a result, the yum package manager cannot retrieve the repository metadata required for the upgrade.

Solution:

Follow the steps below to resolve the issue:

  1. Roll back the collector VM to a previous working state using a VM snapshot.

  2. Perform system package updates twice to ensure all repositories and metadata are refreshed:

yum update -y
yum update -y


  1. Retry the FortiSIEM collector upgrade to version 7.5.1.