i tried to update but alway fail. pls help
g 25 08:53:11 ns1007016 systemd[1]: Starting MariaDB 11.6.1 database server…
Aug 25 08:53:11 ns1007016 systemd[1]: mariadb.service: Main process exited, code=exited, status=1/FAILURE
Aug 25 08:53:11 ns1007016 systemd[1]: mariadb.service: Failed with result ‘exit-code’.
Aug 25 08:53:11 ns1007016 systemd[1]: Failed to start MariaDB 11.6.1 database server.
08.25.2024_08-53-14] (2002, “Can’t connect to local server through socket ‘/run/mysqld/mysqld.sock’ (2)”)
[08.25.2024_08-53-14] #########################################################################
‘int’ object has no attribute ‘execute’
Traceback (most recent call last):
File “/root/cyberpanel_upgrade_tmp/upgrade.py”, line 892, in applyLoginSystemMigrations
cursor.execute(“UPDATE loginSystem_acl SET config = ‘%s’ where name = ‘admin’” % (Upgrade.AdminACL))
AttributeError: ‘int’ object has no attribute ‘execute’
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/root/cyberpanel_upgrade_tmp/upgrade.py”, line 3531, in
main()
File “/root/cyberpanel_upgrade_tmp/upgrade.py”, line 3527, in main
Upgrade.upgrade(args.branch)
File “/root/cyberpanel_upgrade_tmp/upgrade.py”, line 3424, in upgrade
Upgrade.applyLoginSystemMigrations()
File “/root/cyberpanel_upgrade_tmp/upgrade.py”, line 895, in applyLoginSystemMigrations
import sleep
ModuleNotFoundError: No module named ‘sleep’