• 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 Question on update from 18.0.35 to 18.0.39 on Debian 10.11

Teal_cfr

Basic Pleskian
Hi,

I'm trying to update my plesk 18.0.35 update #2 to 18.0.39 on a debian 10.11

But I'm getting this warning

Enabled repositories check
Plesk installation doesn't support 'Debian Backports/buster-backports/non-free' OS repository.
Make sure it is disabled, then try again.
Plesk installation doesn't support 'Debian Backports/buster-backports/contrib' OS repository.
Make sure it is disabled, then try again.
Plesk installation doesn't support 'Debian Backports/buster-backports/main' OS repository.
Make sure it is disabled, then try again.

What should I do?
- Pass trough
- Disable and enable it after update
- Disable it and don't care anymore of it
 
Hello,

I have exactly the same problem but for a more recent plesk update.

Do you have a solution or a guide to stop having the warning and update peacefully?
 
Looks like you have enabled this repository in sources.list (or in file with the ".list" extension to /etc/apt/sources.list.d/) with lines like:

Code:
deb http://deb.debian.org/debian buster-backports main
deb http://deb.debian.org/debian buster-backports contrib
deb http://deb.debian.org/debian buster-backports non-free

You have to disable this repository (remove/comment these lines) to avoid mentioned warnings.
 
Back
Top