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

Yum update completed, server still says 7.5.1

madsere

Regular Pleskian
I've run the "yum update" and rpm -qa | grep psa " show all rpm's with 7.5 being 7.5.3 - yet when I go to the admin CP the server still says 7.5.1. This is repeated after login so I dont think it's a matter of cache.

How do I know for sure the server has been upgraded to 7.5.3 ?

I've restarted both psa and httpd.
 
cat /usr/local/psa/version

Should say 7.5.3 if you're running it. Try restarting psa if you're still showing as 7.5.1.
 
[root@server1 root]# cat /usr/local/psa/version
7.5.1 RedHat el3 75041216.14
[root@server1 root]# rpm -qf /usr/local/psa/version
file /usr/local/psa/version is not owned by any package
[root@server1 root]#

So what updates /usr/local/psa/version?
 
The version displayed into your browser is taken from /usr/local/psa/version dinamically. The problem is that you think that the upgrade was fine, but it failed.
 
Back
Top