Dear,
I updated my Cyberpanel from 1.8.1 to 1.8.2 but getting failed, after that i got 503 when access the panel (domain:8090). All my sites are working, but I can't access the panel.
I try ;
systemctl status gunicorn.socket
systemctl start gunicorn.socket
but not success, please helo me. Thanks
Comments
systemctl restart lscpd
1. get mysql root password form /etc/cyberpanel/mysqlPassword
Update that root password into /usr/local/CyberCP/CyberCP/settings.py
2. Use that password to login using below command:
mysql --port=3307 -u root -p
Then follow the normal procedure to update password for user cyberpanel (in user.mysql table)
3. goto /usr/local/CyberCP/CyberCP/settings.py
Change the cyberpanel password
Change the host of cyberpanel user from "127.0.0.1" to "localhost"
4. follow the normal procedure to re-upgrade
systemctl status gunicorn.socket
Unit gunicorn.socket could not be found.
The 503 Service Unavailable page comes back in glory and we do not have any idea where to check, all install log is without error.
the site is still working but i just cannot login to cyberpanel admin anymore the page is saying refused to connect.
> I have just upgraded to version 2.0 via Digitalocean using this (curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh)
>
> the site is still working but i just cannot login to cyberpanel admin anymore the page is saying refused to connect.
Unfortunately, I can't find the solution either.
"This site can't be reached xxxxxxx.com refused to connect."
I updated regularly on the digitalocean.com console. Someone maybe?
> chmod -R 777 /tmp/lshttpd
> systemctl restart lscpd
I had the same problem.
This method worked for me. Thank you.
> Type your comment> @CyberPanel said:
> > chmod -R 777 /tmp/lshttpd
> > systemctl restart lscpd
>
> I had the same problem.
> This method worked for me. Thank you.
Didn't work for me =/