• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Plesk updater shows only 9.5.5 updates

Danojj

New Pleskian
Hi,

I want to update Plesk 11 tot Plesk 11.5. But the update screen shows only update 9.5.5. While my version of Plesk is 11.0.9. Is this a bug?

Greetings,
Daan
 
Do you have latest microupdate installed? As possible workaround try to remove all records from smb_productUpgrades table with

mysql> DELETE FROM smb_productUpgrades;
 
Hi IgorG,

Thnx voor your reaction. The latest microupdate is installed and I've deleted the records from smb_productUpgrades but there is still 9.5.5 in stead of 11.5.

Greetings,
Daan
 
Looks like your Plesk was not successfully upgraded from 9.x version. Please check following SQL queries in psa database:

mysql> select * from misc where param='version';
mysql> select * from upgrade_history;
 
I think it would be better and effective if you contact Support Team for fixing this unsuccessful upgrade directly on your server.
 
Back
Top