为了能快速了解并处理您的问题,请提供以下基础信息:
V11.1.0
Debain 13 (trixie)
Linux 面板 Docker 连接私有仓库时,提示 SQLite 表 reg_name 不存在
REQUEST_DATE: 2025-10-19 20:41:20 VERSION: Debian GNU/Linux 13 (trixie) x86_64(Py3.7.16) - 11.1.0 REMOTE_ADDR: REQUEST_URI: POST /btdocker/registry/add?Traceback (most recent call last): File "class/db.py", line 420, in add result = self.__DB_CONN.execute(sql,self.__to_tuple(param))sqlite3.OperationalError: table registry has no column named reg_nameDuring handling of the above exception, another exception occurred:Traceback (most recent call last): File "/www/server/panel/BTPanel/__init__.py", line 2547, in publicObject res = run_obj.run(toObject, defs, get) File "/www/server/panel/BTPanel/__init__.py", line 2494, in run result = getattr(toObject, get.action)(get) File "class/panelController.py", line 81, in model result = PluginLoader.module_run(module_name,def_name,pdata) File "/www/server/panel/class/btdockerModel/registryModel.py", line 61, in add dp.sql("registry").insert(pdata) File "class/db.py", line 434, in insert return self.add(keys,param) File "class/db.py", line 427, in add raise public.PanelError("数据库插入出错:" + "error: " + str(ex))public.PanelError: 面板运行时发生错误: 数据库插入出错:error: table registry has no column named reg_name |
|