我在飞牛fnos中利用docker搭建coze,按照网上搜到的教程进行操作,发现现在coze server启动不了,报如下错误,不知道咋处理了。
[HTML] 纯文本查看 复制代码
2025/08/22 06:51:28.654631 main.go:117: [Info] load env file: .env
2025/08/22 06:51:28.654951 main.go:138: [Info] log level: debug
2025/08/22 06:51:28 /app/domain/plugin/internal/dal/plugin_draft.go:202 Error 1146 (42S02): Table 'opencoze.plugin_draft' doesn't exist
[0.558ms] [rows:0] SELECT * FROM `plugin_draft` WHERE `plugin_draft`.`id` IN (18,20,2,3,9,11,14,21,22,4,6,19,5,10,12,15,16,17) AND `plugin_draft`.`deleted_at` IS NULL
panic: InitializeInfra failed, err=Init - initPrimaryServices failed, err: Error 1146 (42S02): Table 'opencoze.plugin_draft' doesn't exist
goroutine 1 [running]:
main.main()
/app/main.go:60 +0x99
|