• 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

Resolved Odd message after Restore

DieterWerner

Regular Pleskian
I did a restore of a backup and now I wonder what this message means.
Warning:
python is not supported. It will be unavailable for the following objects: Service plan 'Unlimited'.

To make it clear: I don't use python!
 
The error is because you have "Python support" enabled for the service plan but the component is not installed on the server. If you are not using python there is nothing to worry about it.

mod_python is not enabled by default you need to install it.
 
Check your Service Plan "Unlimited" with the command

# plesk bin service_plan -i Unlimited | grep Python

and disable all things related to python.
 
Back
Top