• 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 System Updates error

grimley

New Pleskian
Have searched extensively for a fix. Based on my understanding, this is internal to Plesk (?) and can be ignored (?).

Have turned off automatic updates via the panel. (Running "stretch" 9.11 on Obsidian 18.0.19 - not sure why "jessie" updates woud still be in the mix.)

(Thanks)

Reason: 2019-09-28 06:25:14 INFO: pum is called with arguments: ['--list', '--repo-info', '--json']
2019-09-28 06:25:18 ERROR: W:GPG error: https://autoinstall.plesk.com/debian/PMM_0.1.10 jessie InRelease: The following signatures were invalid: 8BADC1A02FC9C07FB8C20EC0BD11A6AA914BDF7E, E:The repository 'https://autoinstall.plesk.com/debian/PMM_0.1.10 jessie InRelease' is not signed.
2019-09-28 06:25:18 ERROR: Exited with returncode 1.
 
Rename Jessie to Stretch:

# sed -i 's/jessie/stretch/' /etc/apt/sources.list.d/plesk-migrator.list
# sed -i 's/jessie/stretch/' /etc/apt/sources.list.d/plesk-ext-ruby.list
 
Rename Jessie to Stretch:

# sed -i 's/jessie/stretch/' /etc/apt/sources.list.d/plesk-migrator.list
# sed -i 's/jessie/stretch/' /etc/apt/sources.list.d/plesk-ext-ruby.list

Excellent. Adjusting the "plesk-migrator.list" file did the trick.
The "plesk-ext-ruby.list" file is not present. Should it be added? Does it contain the same parameters as the plesk-migrator.list file?

Thank you for your assistance.
 
Back
Top