• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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