can you please help me with this.. had changed backup destination to additional DISK and now i am getting this error..
Traceback (most recent call last):
File "/www/server/panel/BTPanel/init.py", line 2604, in publicObject
return run_exec().run(toObject, defs, get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/BTPanel/init.py", line 2550, in run
result = getattr(toObject, get.action)(get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class_v2/panelControllerV2.py", line 101, in model
result = getattr(plugin_object,def_name)(pdata)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class_v2/panelModelV2/publicModel.py", line 60, in get_public_config
data = config_obj.get_config(args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class_v2/config_v2.py", line 1855, in get_config
data["username"] = password().get_panel_username(get)
^^^^^^^^^^
File "/www/server/panel/class/password.py", line 25, in init
self.__database=database.database()
^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class/database.py", line 36, in init
os.makedirs(self.MYSQL_BACKUP_DIR)
File "", line 215, in makedirs
File "", line 225, in makedirs
OSError: [Errno 5] Input/output error: '/mnt/backup/database'