【已解答】Linux 面板 Docker 连接私有仓库时,提示 SQLite 表 ...
为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:V11.1.0
系统版本:
Debain 13 (trixie)
问题描述:
Linux 面板 Docker 连接私有仓库时,提示 SQLite 表 reg_name 不存在
相关截图(日志、错误):
REQUEST_DATE: 2025-10-19 20:41:20VERSION: 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 adddp.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 非面板终端执行bt 1 重启一下面板,再看
页:
[1]