• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

After update from 9.5.3 to 9.5.4 components not updated.

GianniM

New Pleskian
After the Update from 9.5.3 to 9.5.4 these components result as following

psa --------> 9.5.3-cos5.build95101022.10
psa-api-rpc --------> 9.5.3-cos5.build95101022.10
psa-backup-manager --------> 9.5.3-cos5.build95101022.10


The result of comands:

1)
# rpm -q psa
psa-9.5.3-cos5.build95101022.10
psa-9.5.4-cos5.build95101209.08


2)
# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e"select * from misc where param='version'"
+---------+------+
| param | val |
+---------+------+
| version | 0954 |
+---------+------+



3)
# cat /usr/local/psa/version
9.5.4 CentOS 5 95110630.14


Can I force the update of these components and if yes what' s the right procedure?

Thanks in advances...

Gianni
 
Upgrade was not correctly completed for some reasons. Try to find useful information in /tmp/autoinstaller3.log Then fix it and try upgrade again.
 
after uninstall the Migration Manager that blocked the update ( rpm -e psa-migration-manager psa-migration-agents ), this is the only warning that is present during the process:

------------------------------------------------------8<----------------------------------------------------
Trying to install chrooted environment... mknod: `/var/www/vhosts/chroot/dev/null': File exists
groups: application/x-shellscript
probably it will not work in chrooted acconts

WARNING!
During the register groups in chrooted environment found some problems(see log file: /tmp/psa_9.5.4_cos5.build95101209.08_upgrade.111104.11.34.log)

Continue...
------------------------------------------------------8<-----------------------------------------------------

attached the log...
 

Attachments

  • psa_9.5.4_cos5.build95101209.08_upgrade.111104.11.34.log.txt
    61.7 KB · Views: 5
launching : #yum info psa
this is the result:

Installed Packages
Name : psa
Arch : x86_64
Version : 9.5.3
Release : cos5.build95101022.10
Size : 34 M
Repo : installed
Summary : Plesk Interface and Utilities
URL : http://www.parallels.com/
License : Commercial license
Description: Plesk Server Administrator (PSA) Interface and Utilities are used
: to provide a web-based interface for setup and control of a
: complete virtual hosting environment on one server. It can be used
: to control the use of various system MTAs, proftp, apache, bind, as
: well as other packages: mysql, frontpage, phpmyadmin, imp-webmail,
: and webalizer. It offers three levels of administration: Admin
: (owner/operator of the server), Client (owner of domains), and
: Domain.
:
: Important!!! After rpm is installed, run web-browser with address
: https://<hostname>:8443/ and complete the initial setup.

Name : psa
Arch : x86_64
Version : 9.5.4
Release : cos5.build95101209.08
Size : 34 M
Repo : installed
Summary : Plesk Interface and Utilities
URL : http://www.parallels.com/
License : Commercial license
Description: Plesk Server Administrator (PSA) Interface and Utilities are used
: to provide a web-based interface for setup and control of a
: complete virtual hosting environment on one server. It can be used
: to control the use of various system MTAs, proftp, apache, bind, as
: well as other packages: mysql, frontpage, phpmyadmin, imp-webmail,
: and webalizer. It offers three levels of administration: Admin
: (owner/operator of the server), Client (owner of domains), and
: Domain.
:
: Important!!! After rpm is installed, run web-browser with address
: https://<hostname>:8443/ and complete the initial setup.
 
Try to remove psa-9.5.3 package with something like

rpm -e --justdb --nodeps psa-9.5.3-cos5.build95101022.10

Then run autoinstaller with

/usr/local/psa/admin/sbin/autoinstaller ----select-release-current --upgrade-installed-components
 
Try to remove psa-9.5.3 package with something like

rpm -e --justdb --nodeps psa-9.5.3-cos5.build95101022.10

Then run autoinstaller with

/usr/local/psa/admin/sbin/autoinstaller ----select-release-current --upgrade-installed-components

this is the result:
------------------------------------------------------8<----------------------------------------------------
# /usr/local/psa/admin/sbin/autoinstaller --select-release-current --upgrade-installed-components
Doing restart of Parallels Installer...
Download del file in corso products.inf3: 100% completato.
Download del file in corso plesk.inf3: 10%..20%..30%..40%..50%..60%..70%..80%..90%..100% completato.
Download del file in corso ppsmbe.inf3: 18%..28%..39%..49%..59%..70%..80%..90%..100% completato.
Download del file in corso sitebuilder.inf3: 10%..22%..35%..48%..61%..74%..87%..100% completato.
Download del file in corso sso.inf3: 10%..24%..37%..51%..64%..78%..91%..100% completato.
Download del file in corso setemplates.inf3: 19%..44%..69%..94%..100% completato.
Download del file in corso pp-sitebuilder.inf3: 15%..24%..32%..41%..50%..67%..76%..85%..93%..100% completato.
Download del file in corso billing.inf3: 12%..25%..32%..45%..52%..65%..72%..86%..92%..100% completato.
Download del file in corso mysql.inf3: 74%..100% completato.
Download del file in corso apache.inf3: 100% completato.
Verifica dei pacchetti installati...
Download del file in corso PSA_9.5.4/plesk-9.5.4-cos5-x86_64.inf3: 10%..20%..30%..40%..50%..60%..70%..80%..90%..100% completato.
Download del file in corso PSA_9.5.4/plesk-patches-9.5.4-cos5-x86_64.inf3: 18%..29%..39%..50%..61%..71%..82%..92%..100% completato.
Detection of components of the package installed.
You already have the latest version of the product and all components are installed. The installation will not continue forward.
------------------------------------------------------8<----------------------------------------------------

Then:

# rpm -q psa
psa-9.5.4-cos5.build95101209.08

# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e"select * from misc where param='version'"
+---------+------+
| param | val |
+---------+------+
| version | 0954 |
+---------+------+

# cat /usr/local/psa/version
9.5.4 CentOS 5 95110630.14

Now I try to install Migration Manager without success:

error: Failed dependencies:
psa-backup-manager = 9.5.4-cos5.build95110630.14 is needed by psa-migration-manager-9.5.4-cos5.build95110630.14.x86_64

but if I run the command:

#rpm -q psa-backup-manager
psa-backup-manager-9.5.4-cos5.build95110630.14

attached the error log....
 

Attachments

  • parallels-installation-log.txt
    10.5 KB · Views: 2
Back
Top