• 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

Issue Updater is resetting the SW-CP port

zepho

New Pleskian
Cheers,
I change the default Plesk port usually due to multiple reasons.

For IPv6 I changed the file /etc/sw-cp-server/conf.d/ipv6_ports.inc

But this file will be restored (possibly by the update manager) every night.
/etc/sw-cp-server/conf.d/plesk.conf stays untouched and keeps my port modifications.

In the end: After the update the `sw-cp-server` fails to restart and I have to fix it every day for weeks now! Being more particular: It fails because I set up a port redirection from 8443 to my custom port for localhost calls, to fetch some bad implemented plugin, which are not able to check for the Plesk port before updating themself (MagicSpam for e.g.).

Are you aware of this? In my eyes its clearly a bug. What do you think?
 
Instead of a cron job you can maybe create an event "after update" to run a script that applies custom changes to the files after each update.
 
Back
Top