• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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