• 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Upgrade 9.5.1 to 9.5.4 fails. Manual proftpd update the cause.

T

thomasj@

Guest
Hi!

Im trying to upgrade 9.5.1 to 9.5.4 but it wont run. It is probably because the proftpd exploint and the manual update that was made outside Plesk by my VPS company.

"Installation could not be started: You have a newer version of the psa-proftpd package installed on your system.
The installation will not continue."


Can i tell Plesk to ignore the updated proftpd?
 
You can try to remove psa-proftpd package from rpm database with help of --nodeps and --justdb options for rpm command.
 
You can try to remove psa-proftpd package from rpm database with help of --nodeps and --justdb options for rpm command.

Ok. Thanks!

This will do what? (Not that familiar with rpm :)) ). With the "rpm -e <ftp package> --nodeps --justdb" i will just remove the information from the database over installed software? Not the software itself?

This will trick Plesk that the software are not installed, but what will the upgrade do? Install the software again or ignore proftpd totally?
 
With the "rpm -e <ftp package> --nodeps --justdb" i will just remove the information from the database over installed software? Not the software itself?

Yes, you are correct. You can find more details about these options with

# rpm --help
 
Back
Top