• 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.

Question Upgrading an existing Plesk installation

Patashoow

Basic Pleskian
Server operating system version
Ubuntu 22.04
Plesk version and microupdate number
18.0.47
Hello,

When I try to update my packages, I have the following error message "The repository 'http://autoinstall.plesk.com/pool/PSA_18.0.47_10005 focal Release' no longer has a Release file". I guess that it's because of my actual Plesk version being obsolete.

But then how to properly upgrade an existing Plesk installation as it seems that using "/usr/local/psa/admin/bin/autoinstaller" is not recommanded. Or is the problem elsewhere?

Thank you for any help you could provide.
 
Download the latest installer and use it to upgrade your server:
Code:
# wget https://autoinstall.plesk.com/plesk-installer
# chmod +x plesk-installer
# ./plesk-installer
 
Thank you for your reply. Just to clarify things, the server is not new and it's already being used with many websites and applications hosted on it. So will the upgrade have any consequences on that?
 
If there are no customizations in your Plesk server, there should be no issues when you upgrade Plesk.

However, there are a few reported issues with the 18.0.57 release, so I suggest using the 18.0.56 release for now. You can choose a release like this:
Code:
# ./plesk-installer --all-versions
 
Back
Top