• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Detect patches applied to 8.6 and 9.5.4 servers?

HostaHost

Silver Pleskian
Since the web interface doesn't bother to tell you, and the /usr/local/psa/version file doesn't bother to tell you, is there a specific command or series of commands that can be run to ensure all plesk 8 and 9 micro updates have been installed other than running the autoinstaller manually to see if it thinks they're all updated? I'm sure it's checking the same things I want to check myself so I just need a list of what those things are since I can't trust it to work correctly.
 
Yes, you can check this file as such

grep 'patch version' /root/.autoinstaller/microupdates.xml
<patch version="17" timestamp="" />

You can use this command to install them if your not at the latest version
/usr/local/psa/admin/sbin/autoinstaller --select-product-id plesk --select-release-current --reinstall-patch --install-component base
 
Back
Top