• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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