• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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