usmannasir / cyberpanel

Cyber Panel - The hosting control panel for OpenLiteSpeed
GNU General Public License v3.0
1.61k stars 616 forks source link

Error: cannot import name 'OneClickBackups' from 'IncBackups.models' (/usr/local/CyberCP/IncBackups/models.py) #1317

Closed ClioSecurity closed 3 months ago

ClioSecurity commented 3 months ago

we've accidentelly rebooted lsws while cyberpanel was updating. Now websites works bat panel itself does not display any many. E've the error msg: image

How i can fix the panel?

Thanks

ClioSecurity commented 3 months ago

Hello everyone.

we've solved the issue by running update on limux terminal with a command:

sudo su - -c "sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh)"

as from ufficial update guide