• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Failed to update Plesk

Fx17

New Pleskian
Hello,
In the past few days, Plesk (17.5.3) is no longer able to update it automatically on one of my production servers.

Here is the error message that appears:

Échec de la mise à jour.
  • 2017-10-03 16:07:41 INFO: pum is called with arguments: ['--update', '--json', '--', 'plesk-php70', 'plesk-php70-bcmath', 'plesk-php70-cli', 'plesk-php70-dba', 'plesk-php70-enchant', 'plesk-php70-fpm', 'plesk-php70-gd', 'plesk-php70-imap', 'plesk-php70-intl', 'plesk-php70-ldap', 'plesk-php70-mbstring', 'plesk-php70-mcrypt', 'plesk-php70-mysql', 'plesk-php70-odbc', 'plesk-php70-opcache', 'plesk-php70-pdo', 'plesk-php70-pear', 'plesk-php70-pgsql', 'plesk-php70-process', 'plesk-php70-pspell', 'plesk-php70-snmp', 'plesk-php70-soap', 'plesk-php70-tidy', 'plesk-php70-xml', 'plesk-php70-xmlrpc', 'plesk-php71', 'plesk-php71-bcmath', 'plesk-php71-cli', 'plesk-php71-dba', 'plesk-php71-enchant', 'plesk-php71-fpm', 'plesk-php71-gd', 'plesk-php71-imap', 'plesk-php71-intl', 'plesk-php71-ldap', 'plesk-php71-mbstring', 'plesk-php71-mcrypt', 'plesk-php71-mysql', 'plesk-php71-odbc', 'plesk-php71-opcache', 'plesk-php71-pdo', 'plesk-php71-pear', 'plesk-php71-pgsql', 'plesk-php71-process', 'plesk-php71-pspell', 'plesk-php71-snmp', 'plesk-php71-soap', 'plesk-php71-tidy', 'plesk-php71-xml', 'plesk-php71-xmlrpc']
  • 2017-10-03 16:07:58 INFO: updating packages: plesk-php70-pear plesk-php71-snmp plesk-php70-pdo plesk-php70-snmp plesk-php71-mcrypt plesk-php70-mbstring plesk-php71-imap plesk-php70-bcmath plesk-php70-mysql plesk-php71-pdo plesk-php71-enchant plesk-php70-pspell plesk-php71-odbc plesk-php70-fpm plesk-php70-imap plesk-php71-mysql plesk-php71-intl plesk-php70-odbc plesk-php70-dba plesk-php71-opcache plesk-php71-fpm plesk-php70-intl plesk-php70-xmlrpc plesk-php70-process plesk-php71-dba plesk-php71-bcmath plesk-php71-soap plesk-php71-ldap plesk-php71-mbstring plesk-php70-xml plesk-php71-pspell plesk-php70-soap plesk-php70-ldap plesk-php70-mcrypt plesk-php71-tidy plesk-php71-gd plesk-php70-cli plesk-php70-enchant plesk-php71-xml plesk-php70-tidy plesk-php70-pgsql plesk-php71-xmlrpc plesk-php70-gd plesk-php70 plesk-php71 plesk-php71-pear plesk-php71-pgsql plesk-php71-cli plesk-php71-process plesk-php70-opcache
  • 2017-10-03 16:07:58 ERROR: E:Can't find a source to download version '7.0.24-debian8.0.17092912' of 'plesk-php70-ldap:amd64'
  • 2017-10-03 16:07:58 ERROR: Exited with returncode 1.


Thank you in advance for your technical support ;-)
 
Hi Fx17,

did you consider to try out the command line ( logged in as user "root" over SSH ), with the example commands:
Code:
apt-get clean

apt-get update

aptitude upgrade

plesk installer --select-product-id plesk --select-release-current --reinstall-patch --install-component base
 
Back
Top