cd /usr/local/psa/bin
./autoinstaller --show-all-releases
./autoinstaller --select-release-id PLESK_9_2_2 --install-component backup-ded
There would be chance for following dependency error
-----------------------
ERROR: Unable to install the "psa-migration-manager-8.6.0-cos5.build86080930.03.x86_64 (b 0x19d82940 source=0x189ef170 P:269 R:9)" package.
The following could cause the installation failure:
1)Packages "db4-4.3.29-9.fc6.i386 (u 0x19ee88c0 source=0x189ef260 P:9 R:21)" and "db4-4.3.29-10.el5.x86_64 (s 0x189af3c0 source=0x18939ba0 P:9 R:17)" cannot be installed at the same time
because of the conflict on the file "/usr/share/doc/db4-4.3.29/LICENSE"
2)Packages "db4-4.3.29-9.fc6.x86_64 (u 0x19ee9390 source=0x189ef260 P:9 R:17)" and "db4-4.3.29-10.el5.x86_64 (s 0x189af3c0 source=0x18939ba0 P:9 R:17)" cannot be installed at the same time
because of the conflict on the file "/lib64/libdb-4.3.so"
------------------------
Fix:
===
yum install db4-utils
yum install db4-devel
After successful completion of the backup manager, there would be chance for unable to start plesk service.
Fix:
===
update Parallels Panel web-engine
> wget -c http://kb.parallels.com/Attachments/12669/Attachments/sw-cp-server-1.0-6.201004011105.centos5.i386.rpm
> rpm -Uhv sw-cp-server-1.0-6.201004011105.centos5.i386.rpm
> service psa start