• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Plesk broken after upgrade

E

eudora

Guest
Hi to all,

I have a plesk server in a Virtuozzo server. Some month ago, I upgrade my 8.3 version to 8.4, but it was the "early" version of 8.4, they broke my mail server and other stuff, it was a partial upgrade because the auto installer said that I have 8.4 version, but in the plesk panel shows 8.3. But plesk works in most cases.

Now, with the new 8.6 version, I try to upgrade to see if the problems was solved, but when I finish the upgrade, I see any changes, and when I go to Server->Update, now shows that I use 8.3 version (with 8.4 & 8.6 versions pending install). But when I try to create a new email acount, or change a domain configuration, Virtuozzo panel shows me a error:


Plesk diagnostic:
Found problems:
The SMTP server service is switched off.
Solutions:
Restart the SMTP server service.

(button for apply changes)

When I push the botton, it shows the same pages, but the changes of plesk doesn't apply. The SMTP service is working correctly up to now.

Any ideas?
(this is the last time that I update a plesk panel)

I attach the autoinstaller3.log
 

Attachments

  • autoinstaller3.log.txt
    35.3 KB · Views: 45
if I do:
rpm -qa |grep psa-8
psa-8.3.0-cos5.build83071218.19
psa-8.6.0-cos5.build86080722.00
psa-8.4.0-cos5.build84080425.19

and the psa package:

perl-MLDBM-2.01-63psa.cos5.build83071218.19
perl-Text-Iconv-1.2-24psa.cos5.build83071218.19
psa-8.3.0-cos5.build83071218.19
psa-firewall-1.0.1-cos5.build84080425.19
psa-vpn-2.0.1-cos5.build84080425.19
psa-pear-1.4.9-20060517.1
psa-locale-es-ES-8.4-build84080424.14
psa-passwd-3.0.1-cos5.build84080425.19
psa-kronolith-2.1.8-cos5.build84080514.18
psa-logrotate-3.7-cos5.build86080722.00
psa-pylibplesk-8.6.0-cos5.build86080722.00
psa-ftputil-8.6.0-cos5.build86080722.00
psa-8.6.0-cos5.build86080722.00
psa-api-rpc-8.6.0-cos5.build86080822.20
psa-backup-manager-vz-8.6.0-cos5.build86080722.00
perl-FreezeThaw-0.43-63psa.cos5.build83071218.19
perl-MLDBM-Sync-0.30-63psa.cos5.build83071218.19
perl-HTML-Format-1.23-53psa.cos5.build83071218.19
psa-mod_fcgid-1.10-3
psa-fcgi-2.4.0-2
psa-mod-fcgid-configurator-1.0-13
psa-hotfix3-8.3.0-cos5.build83080109.18
safecat-1.12-4psa
psa-php5-configurator-1.4.0-cos5.build84080425.19
psa-8.4.0-cos5.build84080425.19
psa-watchdog-2.0.3-cos5.build84080425.19
psa-manual-custom-skin-guide-8.4.0-cos5.build84080425.19
psa-hotfix4-8.4.0-cos5.build84080514.18
psa-selinux-8.6.0-cos5.build86080722.00
psa-courier-imap-add-8.6.0-cos5.build86080722.00
psa-proftpd-1.3.1-cos5.build86080722.00
psa-locale-base-en-US-8.6.0-cos5.build86080722.00
psa-libpam-plesk-8.6.0-cos5.build86080722.00
psa-api-8.6.0-cos5.build86080822.20
psa-migration-manager-8.6.0-cos5.build86080822.20
psa-backup-manager-8.6.0-cos5.build86080822.20
psa-hotfix4-8.6.0-8.6.0-cos5.build86080910.19
psa-manual-custom-skin-guide-8.6.0-cos5.build86080722.00
psa-imp-4.1.6-cos5.build84080425.19
psa-mailman-configurator-8.4.0-cos5.build84080425.19
psa-mimp-1.0.2-cos5.build84080425.19
psa-ingo-1.1.5-cos5.build84080425.19
psa-mnemo-2.1.2-cos5.build84080425.19
perl-Font-AFM-1.18-63psa.cos5.build83071218.19
psa-manual-custom-skin-guide-8.3.0-cos5.build83071218.19
psa-horde-3.1.7-cos5.build84080425.19
psa-qmail-rblsmtpd-0.70-cos5.build84080514.18
psa-turba-2.1.7-cos5.build84080425.19
psa-autoinstaller-3.3.2-080710.09
psa-qmail-1.03-cos5.build86080822.20
psa-proftpd-xinetd-1.3.1-cos5.build86080722.00
psa-awstats-configurator-1.0.0-cos5.build86080722.00
psa-hotfix3-8.6.0-cos5.build86080822.20
psa-updates-8.6.0-cos5.build86080910.19

So... there is 3 versions of plesk intalled.... what I can do???
 
try uninstalling 8.3 and 8.4
rpm -e psa-8.3.0-cos5.build83071218.19
rpm -e psa-8.4.0-cos5.build84080425.19

and then repair rpm database
rm -f /var/lib/rpm/__db.00*
rpm -vv --rebuilddb
and do a manual upgrade
cd /root/psa/PSA_8.6.0/dist-rpm-SUSE.../base
(replace dist-rpm-SUSE... for your own SO name, etc)
and then force the installation
rpm -Uvh * --force

Look also to http://forum.swsoft.com/showthread.php?t=54842


BE CAREFUL
:)
 
Back
Top