Hello,
Today's automatic update failed.
When I delete the cache, PleskGUI's check for updates shows it as up to date.
Code:
rm -fr /var/cache/yum/*
yum clean metadata
yum clean all
However, when I carefully checked the version of each product, I found that it was not updated to the latest version.
For example
fail2ban 1:0.10.3.1-2.centos.7+p18.0.29.
1+t200807.1333 (PLESK_18_0_29-dist)
: This is currently displayed as the latest version.
fail2ban 1:0.10.3.1-2.centos.7+p18.0.29.
2+t200817.1747 (PLESK_18_0_29-extras)
: Updateable version as of August 31, 2020
fail2ban 1:0.10.3.1-2.centos.7+p18.0.29.
3+t200825.2156 (PLESK_18_0_29-extras)
: Updateable version as of September 3, 2020
It seems to be caused by a difference in number that seems to be the Plesk version.
My Plesk version is 18.0.29 Update #
1.
Is it the wrong repository?
/etc/yum.repos.d/plesk.repo
Code:
[PLESK_18_0_29-extras]
name=PLESK_18_0_29 extras
baseurl=http://autoinstall.plesk.com/pool/PSA_18.0.29_3758/extras-rpm-CentOS-7-x86_64/
enabled=1
gpgcheck=1
[PLESK_17_PHP72]
name=PHP 7.2 for Plesk 17
baseurl=http://autoinstall.plesk.com/PHP72_17/dist-rpm-CentOS-7-x86_64/
enabled=1
gpgcheck=1
[PLESK_17_PHP73]
name=PHP 7.3
baseurl=http://autoinstall.plesk.com/PHP73_17/dist-rpm-CentOS-7-x86_64/
enabled=1
gpgcheck=1
[PLESK_17_PHP74]
name=PHP 7.4
baseurl=http://autoinstall.plesk.com/PHP74_17/dist-rpm-CentOS-7-x86_64/
enabled=1
gpgcheck=1
Thank you in advance.