Community

CyberPanel did not upgrade

BD
Barry Durham #1

I just tried to upgrade my CyberPanel earlier this morning to 2.4. I didn't see any errors, but after the upgrade process, CyberPanel is still at 2.3. Why? Please help...

Ro
Roman #2

crooked programmers wrote an update script, but forgot to give the necessary rights to the file upgrade.py

BD
Barry Durham #3

Okay, then is there a way to upgrade that's available for me? All I did was run two Linux script commands. Where can I get the correct script code to upgrade? Your help is much appreciated.

Ro
Roman #4

try to run chmod 644 upgrade.py from the file folder (when it appears there, immediately after executing python upgrade.py 2.4.8 . the folder seems to be /root/cyberpanel_upgrade_tmp )

BD
Barry Durham #6

So can I login to my server root by SSH, change to a folder and then run the command - chmod 744 upgrade.py ?
What folder do I change to, to run the command??

Ro
Roman #7

do this in ssh when it updates and comes out /somthingpath/python upgrade.py 2.4.8

BD
Barry Durham #8

I just tried to change the file permission on upgrade.py - using this command - cd /usr/local/CyberCP.
When I switched to that folder, I ran the command - chmod 744 upgrade.py. And the error was - No such file or directory.

This isn't working...

Ro
Roman #9

path is ~ (root), if u run update from root
make chmod if u see /somthing/path/python upgrade.py 2.4.8

Sign in to reply