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

Upgrade error

NicolaR

New Pleskian
Hello
First of all sorry for my bad english
Today I launched the upgrade process via web gui
After the upgrade I can't login t my control panel...
Below you can find an extract from the plesk log... any help will be appreciated :)
Nicola


Errors were encountered while processing:
/var/cache/apt/archives/libarchive1_2.8.4.forreal-1+squeeze2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
~emptyExecute command /opt/psa/admin/bin/send-error-report install
Error: An error occurred on attempt to install packages.
Attention! Your software might be inoperable.
Please, contact product technical support.
 
Upgrade with SHELL

I recommend using the SHELL autoinstaller. Just before the error comes up or before the installation dies, you will see what package it tries to install. With that you can have a clearer picture of what exactly is happening, than those generic errors.

From your shell, just run

/usr/local/psa/admin/sbin/autoinstaller

and follow the instructions
 
I was in the exact situation, upgrade debian squeeze from 10.0.4 to 11.0.9

To get rid of that issue after many hours of gooogle search:

Code:
dpkg -r libarchive
dpkg -i /var/cache/apt/archives/libarchive1_2.8.4.forreal-1+squeeze2_amd64.deb

and you, Nicola?
 
Nicola, did you resolve your upgrade problem? If Yes, how did you do it? Your solution could help the next person facing that problem ...
 
Back
Top