• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Resolved Unable to update due to proftpd?

deltatech

Regular Pleskian
Server operating system version
CentOS 7.9.2009
Plesk version and microupdate number
18.0.53.2
I am running on CentOS Linux release 7.9.2009 (Core) and trying to update plesk which is currently version 18.0.53.2. I am getting this when I attempt to update from CLI

Exception: Failed to solve dependencies:
plesk-web-hosting-18.0-2.centos.7+p18.0.54.0+t230619.1619.x86_64 requires psa-proftpd >= 1.3.8

ERROR: The Yum utility failed to install the required packages.

My current version of proftpd is psa-proftpd-1.3.7e-2.centos.7+p18.0.53.1+t230613.0921.x86_64
 
Could you please try to install (or upgrade) psa-proftpd manually? LIke
yum install psa-proftpd

If that also shows unmet dependencies, you can download the package and replace the existing with this:
Code:
wget https://autoinstall.plesk.com/PSA_18.0.54/extras-rpm-CentOS-7-x86_64/opt/hosting/proftpd/psa-proftpd-1.3.8-2.centos.7+p18.0.54.0+t230706.1537.x86_64.rpm && rpm -i psa-proftpd-1.3.8-2.centos.7+p18.0.54.0+t230706.1537.x86_64.rpm --nodeps

Afterwards, you should be able to run the normal update procedure again. Please let me know if this helped.
I'd also like to ask you whether Atomic repositories exist on your server?
 
Last edited:
That didn't work. yum install psa-proftpd just says nothing to do.

The other method didn't work either due to an older version being installed. But my solution was to remove it which also removed dependencys

Removed:
psa-proftpd.x86_64 0:1.3.7e-2.centos.7+p18.0.53.1+t230613.0921

Dependency Removed:
plesk-roundcube.noarch 0:1.4.13-2.centos.7+p18.0.53.2+t230619.1201 plesk-web-hosting.x86_64 0:18.0-2.centos.7+p18.0.53.2+t230619.1201

Then I ran your second method and the full update worked after that.
 
Back
Top