• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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