源码包
38606

禅道从12.5.3升级为15.5后没项目集和执行已解决悬赏10积分

提问者小公子答案数2阅读数1071发表时间2021-10-21 14:50:45

禅道从12.5.3升级为15.5后没项目集和执行的目录选项

权限里面也没有,又谁知道怎么搞吗?

禅道版本:15.5

安装包类型:源码包

操作系统:CentOS

客户端浏览器:Chrome

设置备注
内容
答案列表
🚍
2021-10-21 15:45:32

您好!您的问题可以参考一下:https://www.zentao.net/book/extra/469.html 文中“四、全新项目集管理模式升级”。

在后台-自定义-模式中设置。希望对您有帮助!您也可以联系我们的商务,邀请进入交流群!


🍉
小公子2021/10/21
我在自定义中,没有找到模式的选项
回复
🚍
柳婷婷2021/10/21
您还有历史数据吗?是否可以用历史备份重新升级一下。
回复
🍉
2021-10-21 16:54:32
🚍
柳婷婷2021/10/28
您可以备份一下zt_config表,然后执行:
update zt_config value='new' where `owner` = 'system',`module` = 'common',`section` = 'global',`key` = 'mode';
update zt_config value='0' where `owner` = 'system',`module` = 'custom',`section` = '',`key` = 'sprintConcept';
delete from zt_config where `owner` = 'system',`module` = 'common',`section` = 'global',`key` = 'changedMode';
回复
🚍
柳婷婷2021/10/28
select * from zt_config where `owner` = 'system' and ((`module` = 'common' and `section` = 'global' and `key` in ('mode','changedMode')) or (`module` = 'custom' and `section` = '' and `key`='sprintConcept'));
回复
🚍
柳婷婷2021/10/28
select * from zt_config where `owner` = 'system' and ((`module` = 'common' and `section` = 'global' and `key` in ('mode','changedMode')) or (`module` = 'custom' and `section` = '' and `key`='sprintConcept'));

update zt_config set value='new' where `owner` = 'system' and `module` = 'common' and `section` = 'global' and `key` = 'mode';
update zt_config set value='0' where `owner` = 'system' and `module` = 'custom' and `section` = '' and `key` = 'sprintConcept';
delete from zt_config where `owner` = 'system' and `module` = 'common' and `section` = 'global' and `key` = 'changedMode';
回复
联系我们
联系人
高丽亚/高级客户经理
电话(微信)
17667930330
QQ号码
3645260865
联系邮箱
gaoliya@chandao.com
其他相关问答
提问者: liangcheng2004 于 2015-09-1510269次浏览,1个答案
提问者: echo_115 于 2021-11-161182次浏览,1个答案
2071
已解决
悬赏10积分
提问者: magician23 于 2014-03-102602次浏览,1个答案
35019
已解决
悬赏5积分
提问者: tactshan 于 2019-04-221391次浏览,1个答案
提问者: yingduoduo 于 2015-02-272921次浏览,1个答案
返回顶部
客服头像
高丽亚
高级客户经理
客服微信
17667930330
3645260865
统一服务热线 4006-8899-23
我要提问提问有任何问题,您都可以在这里提问。问题反馈反馈点击这里,让我们聆听您的建议与反馈。