• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Question Upgrading Plesk 17.9.10 to 17.9.11?

Sven Wappler

New Pleskian
Hi!
Is there a possibility to update the testing version PLESK_17_9_10 to PLESK_17_9_11? If i run
/opt/psa/admin/bin/autoinstaller upgrade PLESK_17_9_11
the installer quits with
Datei wird heruntergeladen php52.inf3: 0%
Datei wird heruntergeladen php52.inf3: 100% fertig.
Datei wird heruntergeladen pmm.inf3: 0%
Datei wird heruntergeladen pmm.inf3: 100% fertig.
Auf installierte Pakete prüfen...

ERROR: Es gibt keine Version mit der ID 'PLESK_17_9_11' des Produkts 'plesk' an der Installationsquelle.

But if I execute
/opt/psa/admin/bin/autoinstaller --show-all-releases
Code:
--- prod_id  release_id           (description)                            (tiers) ---
plesk        PLESK_17_9_11        (Plesk Onyx 17.9.11 (testing))           (development,testing)
plesk        PLESK_17_9_10        (Plesk Onyx 17.9.10 (testing))           (currently installed)
plesk        PLESK_17_9_9         (Plesk Onyx 17.9.9 (testing))            (development,testing)
plesk        PLESK_17_9_8         (Plesk Onyx 17.9.8 (testing))            (development,testing)
plesk        PLESK_17_9_7         (Plesk Onyx 17.9.7 (testing))            (development,testing)
plesk        PLESK_17_9_6         (Plesk Onyx 17.9.6 (testing))            (development,testing)
plesk        PLESK_17_9_5         (Plesk Onyx 17.9.5 (testing))            (development,testing)

The upgrade command don't have special parameters like '--tier testing'.
 
What about just install latest available updates with

# plesk installer --select-release-current --reinstall-patch --upgrade-installed-components

?
 
What about just install latest available updates with

# plesk installer --select-release-current --reinstall-patch --upgrade-installed-components

?
This leads to the following message
Code:
Reading package lists...
Informationen zum installierten Lizenzschlüssel werden abgerufen...
Sie besitzen die neueste Produktversion und alle ausgewählten Komponenten sind
bereits installiert. Die Installation wird nicht fortgesetzt.
Translated:
Code:
You own the latest product version and all components are selected
already installed. The installation will not continue.
 
What is the output of command

# cat /root/.autoinstaller/microupdates.xml

?
 
Hi Igor, thanks for your help.
Here ist the output:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<patches>
    <product id="plesk" version="17.9.10" installed-at="20190206T015440" />
</patches>
 
Yes. That should be the reason. It would be good if plesk installer did not offer it, or the automatic update installer would not automatically try to install it again and again.
 
Back
Top