• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Upgraded from 9.0.0 Beta to 9.0.0 Final...

A

awpti

Guest
And now, all I get is this:

ERROR: PleskFatalException
Components::componentUpdate() failed: Unable to exec utility packagemng: packagemng: Unable to clean BackendCache in DB: Table 'psa.BackendCache' doesn't exist

Additionally, an exception has occurred while trying to report this error: PleskMainDBException
MySQL query failed: Table 'psa.PersistentCache' doesn't exist

0: /usr/local/psa/admin/auto_prepend/auth.php3:501


So, uh.. how the hell do I fix this? I can not reinstall. This server has 3 production sites on it at this time. Downtime is not going to fit the bill.

Can someone post the structure for psa.BackendCache and psa.PersistentCache? Hopefully, that's the only problem.. though I have a feeling the License key is going to be my next issue since this is a server hosted at Godaddy and the Beta run killed off the original key (which I can only obtain once more by nuking server - yet again, not acceptable).
 
Sorry I can't be of much help, but in the install docs it said an upgrade from beta to 9.0 wasn't advised or supported if I'm not mistaken.
 
UP !

Hi,

My problem is identical

ERROR: PleskFatalException
Components::componentUpdate() failed: Unable to exec utility packagemng: packagemng: Unable to clean BackendCache in DB: Table 'psa.BackendCache' doesn't exist

Additionally, an exception has occurred while trying to report this error: PleskMainDBException
MySQL query failed: Table 'psa.PersistentCache' doesn't exist

0: /usr/local/psa/admin/auto_prepend/auth.php3:501

Thanks
 
Any solution

Hello,
is there a solution for this issue?
Have the same on my installation.

Regards,
Volker
 
Hello guys,


Here a solution that worked for me.

1) make a backup of your rpm db (/var/lib/rpm) : tar cvzf rpm-backup.tar.gz
2) delete all db files in /var/lib/rpm/__db.00*
3) rpm --rebuilddb
4) rpm -qa | sort

I hope this help someone
 
Back
Top