• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Resolved system update fail daily

I'm excluding the kernel because I only want to get the security patches.
I also want to get updates for Apache, Nginx, etc.

Doesn't the following setup fulfill my wishes?

Tools & Settings - System Updates
General
[on] Automatically install system package updates
Safe Updates
[on] Enable safe updates for system packages
 
The System Updates tool is the primary means of managing third-party components. This includes updates for apache or nginx for example. So yes.


But TBH i dont now if there kernel updates are excluded
 
Thank you m3lezZ.

I will try to lock the Kernel and PHP on Plesk GUI.

Let's get back to the main subject.
When I removed the setting in Reply#2, the manual update did not time out.
However, without this setting, tomorrow's automatic update will probably fail.
I will report the results tomorrow.
 
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.
 
Hello, sorry for waiting but investigatin took some time and i was busy in my job.
So pleace make an BACKUP/Snapshot of your System an try this repos:
Code:
[PLESK_18_0_29-extras]
name=PLESK_18_0_29 extras
baseurl=http://autoinstall.plesk.com/pool/PSA_18.0.29_3817/extras-rpm-CentOS-7-x86_64/
enabled=1
gpgcheck=1

[PLESK_17_PHP56]
name=PHP 5.6 for Plesk 17
baseurl=http://autoinstall.plesk.com/PHP56_17/dist-rpm-CentOS-7-x86_64/
enabled=1
gpgcheck=1

[PLESK_17_PHP70]
name=PHP 7.0 for Plesk 17
baseurl=http://autoinstall.plesk.com/PHP70_17/dist-rpm-CentOS-7-x86_64/
enabled=1
gpgcheck=1

[PLESK_17_PHP71]
name=PHP 7.1 for Plesk 17
baseurl=http://autoinstall.plesk.com/PHP71_17/dist-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
 
Thank you m3lezZ.

I'm very sorry, I updated Plesk a few hours before your reply.
Plesk Obsidian 18.0.29 Update #1 -> #3
There are no more auto-update errors now.

I've been busy testing the server, so I'm sorry for the late reply.

Current /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_3884/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

I have little knowledge of Linux and can't try BACKUP/Snapshot immediately.
I don't want you to spend any more of your precious time on me, so I'll close this issue.

Thank you very much.
 
Back
Top