• 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 warning on Plesk pre-upgrade check

dnrich

New Pleskian
Hi,
I have a server configured with plesk 12.0 under centos 6. I want to update this version to onyx 17.8.11 but in pre-upgrade chek it displays this message:

"WARNING: There are custom web server configuration templates at /usr/local/psa/admin/conf/templates/custom. These custom templates might be incompatible with a new Plesk version, and this might lead to failure to generate web server configuration files.Please check Apache config file cannot be generated: Wrong variable to subsitute for details."

In this custom directory there is a subdirectory "server" in which there is a php file:
/usr/local/psa/admin/conf/templates/custom/server/PCI_compliance.php
The content of this php file is the same as the one in this directory:
/usr/local/psa/admin/conf/templates/pci_compliance/server/PCI_compliance.php

It seems that this custom template is not different from original template.

This is the content of these 2 files:

<?php if (!$VAR->server->webserver->apache->traceEnableCompliance): ?>
TraceEnable off
<?php endif; ?>
ServerTokens ProductOnly
SSLProtocol -ALL -SSLv3 +TLSv1
SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM

So my question is : May i upgrade without risk of failure ?

Thanks for your answer.
 
Thanks IgorG,
That's what I thought, but I want to be certain that it works without error in relation to this warning. That's the meaning of my question.
 
Back
Top