• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Micro update custom installation not showing in microupdates.xml

PaddingtonC

Basic Pleskian
We have tried to install the custom micro updates for Plesk 9.5.4 by using the instructions from http://kb.parallels.com/en/114378 and we got the message "The patch has been successfully applied."

When we run cat /root/.autoinstaller/microupdates.xml then the patch version still says version 20

<patch version="20" timestamp="" installed-at="20120526T175956" />

We also tried updating through the Control Panel but the screen just hangs with "Downloading new Parallels Products Installer version..." - this is why we tried to do the custiom update.

This happens on two of our servers running 9.5.4

Please assist!
 
I had that problem on boxes that no longer had qmail (were running postfix). The MU installer bails and dies when the group qmail doesnt exist, even if you dont use it.

Try adding the group and see if that solves it
# groupadd qmail
# /usr/local/psa/admin/sbin/autoinstaller --select-product-id plesk --select-release-current --reinstall-patch --install-component base
 
Back
Top