• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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: http://autoinstall.plesk.com/debian/PMM_0.1.10 jessie InRelease: The following signatures were invalid: 8BADC1A02FC9C07FB8C20EC0BD11A6AA914BDF7E, E:The repository 'http://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