• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Detect patches applied to 8.6 and 9.5.4 servers?

HostaHost

Regular 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