Not using downloaded remi-safe/repomd.xml because it is older than what we have

I receive daily a warning like this:

Not using downloaded remi-safe/repomd.xml because it is older than what we have:
Current : Sat Apr 3 06:50:33 2021
Downloaded: Fri Mar 26 09:29:46 2021

how to solve this?

Maybe you’re getting some cached repo file. Sometimes temporarily fixed with yum clean all
But before that, what is the outcome of these commands?

yum repolist -v remi-safe
curl -I http://rpms.remirepo.net/enterprise/7/safe/x86_64/repodata/repomd.xml

yum repolist -v remi-safe
»changelog«-Plugin wird geladen
»fastestmirror«-Plugin wird geladen
»nethserver_events«-Plugin wird geladen
Config time: 0.018
Yum version: 3.4.3
Loading mirror speeds from cached hostfile

and

curl -I http://rpms.remirepo.net/enterprise/7/safe/x86_64/repodata/repomd.xml> HTTP/1.1 200 OK

Date: Sat, 10 Apr 2021 09:34:03 GMT
Server: Apache/2.4.37 (centos) OpenSSL/1.1.1g
Last-Modified: Sat, 10 Apr 2021 05:08:41 GMT
ETag: “c24-5bf974623ac9f”
Accept-Ranges: bytes
Content-Length: 3108
Content-Type: text/xml

That looks good.
Check if you get the same last-modified date with the mirror:

curl -I http://mirror.digitalnova.at/remi/enterprise/7/safe/x86_64/repodata/repomd.xml

Then you can try if it works after yum clean all

Thankyou or your help.
I did not get this error Message today :slight_smile: