HFish/docs/known.md
2021-09-15 00:23:46 +08:00

11 lines
714 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

##### 2.5.0版本Windows版本控制端页面上传安装包升级会不成功。
一、可以在页面上传升级之后、打开任务管理器关闭老的server.exe进程然后到安装目录执行autorun.bat脚本等待一分钟左右会重新启动server.exe。
二、不通过页面上传升级打开任务管理器关闭老的server.exe进程然后到安装目录将下载的安装包解压到安装目录执行autorun.bat脚本等到拉起。
备注根本原因是windows不支持gin框架的endless热启动方案页面上传后包已经解压 但是进程没有退出,需要手动杀死老的进程。考虑下个版本重新规划下升级方案,敬请期待!