• 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.

Command to validate all MU's have been applied?

HostaHost

Silver Pleskian
With the endless security patches, is there a command that can be used to verify that all current microupdates have been applied?
 
Hello,

You can check your microupdates installed status through following command.


Code:
cat /root/.autoinstaller/microupdates.xml
 
I'm looking for a way to verify that they have been installed, not that an xml file has a 62 in it. Something like rpm's ability to verify the files that are part of that rpm from metadata, but instead, verify that the files that are part of a microupdate are indeed installed using an online repository or something that can be safe to verify against.
 
At the moment we haven't any methods for MU files verification. It can be done on basis of md5sum verification. Most probably we will publish special script for this purpose soon.
 
Back
Top