• 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 Updates that I cant update

weareimpulse

Basic Pleskian
HI, has anyone had this before...

the welcome page in Plesk says I have 7 updates to trigger, however, when I click update all, it tells me:

All the selected packages are up-to-date.

and then the updates remain... see snaps

tried to update them every which way I know how... not sure what's happening

any help please?
 

Attachments

  • Screenshot 2022-03-29 at 20.09.26.png
    Screenshot 2022-03-29 at 20.09.26.png
    30.3 KB · Views: 8
  • Screenshot 2022-03-29 at 20.09.35.png
    Screenshot 2022-03-29 at 20.09.35.png
    21.7 KB · Views: 8
  • Screenshot 2022-03-29 at 20.09.44.png
    Screenshot 2022-03-29 at 20.09.44.png
    177.9 KB · Views: 8
Try to install updates in CLI with

# apt-get update && apt-get upgrade -y

and check possible error messages.
 
apt-get update && apt-get upgrade -y
hi, thanks - thats got it, said the following:

The following packages were automatically installed and are no longer required:
alt-py38-libprotobuf10 alt-python38-asn1crypto alt-python38-cryptography alt-python38-packaging alt-python38-pyparsing libsodium23

Use 'apt autoremove' to remove them.

which I did -

thank you :)
 
Back
Top