• 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

Plesk 9.0.1 to 9.2.1 update failed, no panel, no email ...

O

OldrichS

Guest
(EDIT) Plesk 9.0.1 to 9.2.1 update failed, no panel, no email ...

i solved problem with dependencies, but i purge configuration of sw-cp-server.
my /etc/sw-cp-server/config now contain this:

server.modules = ()
server.document-root = "/dev/null"
server.port = 10001
server.bind = "127.0.0.1"
server.pid-file = "/var/run/sw-cp-server.pid"
server.errorlog-use-syslog = "disable"
server.errorlog = "/var/log/sw-cp-server/error_log"
server.username = "sw-cp-server"
server.groupname = "sw-cp-server"

include_shell "/usr/share/sw-cp-server/applications-conf.sh"

its okay ?

plesk panel is not working.

please help me
 
Last edited by a moderator:
Hello

Configuration file is the same as on our testing stations.
You can try to start Plesk CP with
/etc/init.d/sw-cp-server start
and if any errors check /var/log/sw-cp-server/error_log file. Paste here error from log or error from
console when trying to start Plesk.
 
Back
Top