Hello, I am accepting this error in the log when trying to backup using google drive, to backup sql, it does not create any folder. When it is a complete backup it works normally.
Has anyone ever had this problem?
Traceback (most recent call last):
File "/www/server/panel/script/backup.py", line 65, in <module>
backup.backupDatabase(sys.argv[2], sys.argv[3], echo_id)
File "/www/server/panel/script/backup.py", line 27, in backupDatabase
self.backup_database(name, save=count, echo_id=echo_id)
File "/www/server/panel/class_v2/panel_backup_v2.py", line 1044, in backup_database
status, msg = func_backup_database(database, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class_v2/panel_backup_v2.py", line 1241, in mysql_backup_database
mysql_obj = db_mysql.panelMysql().set_host(db_host, db_port, None, db_user, db_password)
^^^^^^^^^^^^^^^^^^^
AttributeError: module 'db_mysql' has no attribute 'panelMysql'