• 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.

Resolved Unable to update Plesk Obsidian 18.0.18 to 18.0.19 (RTM)

Status update for people in the same boat.

I got the folowing response from Plesk Support yesterday
I was able to reproduce the issue on my side, therefore I have contacted the developer team for further investigation. I will update you as soon as I have a response from them.
Best Regards,

Progress!
 
Problem was resolved by plesk support, this is what they found:
It seems that there were duplicated packages in the RPM database:

# rpm -qa|grep logrotate
logrotate-3.8.6-17.el7.x86_64
psa-logrotate-3.8.2-2.centos.7+p18.0.18.0+t190801.1805.x86_64
psa-logrotate-3.8.2-cos7.build1708171004.18.x86_64

# root @ *** in /home/plesk_support: rpm -qa|grep psa-libxml-proxy
psa-libxml-proxy-2.9.7-centos7.18021314.x86_64
psa-libxml-proxy-2.9.7-2.centos.7+p18.0.19.0+t190904.1310.x86_64

We removed them and the upgrade finished successfully:

# root @ *** in /home/plesk_support: plesk -v
Product version: Plesk Obsidian 18.0.19
Build date: 2019/10/02 12:00
OS version: CloudLinux 7.7
 
Back
Top