chore(M00): 补齐WSL EMQX辅助入口

This commit is contained in:
Codex
2026-06-16 14:07:15 +08:00
parent 847a28da48
commit a690e85602
11 changed files with 88 additions and 12 deletions
+12
View File
@@ -1,5 +1,17 @@
# 部署变更记录
## 2026-06-16 / V5.0-wsl-emqx-helpers
- 关联模块:M00-C/WSL-001/IOT-001
- 关联 commit:本地 HEADpush 后回填)
- 变化内容:补齐 `scripts/dev/wsl/check-emqx.sh``start-emqx.sh``stop-emqx.sh` 三个 WSL 本地 EMQX 辅助入口;`check-emqx.sh` 复用服务级 MQTT 基线检查。
- 配置变化:无;脚本只操作 WSL 本地 systemd 服务,不安装、不降级、不重置 EMQX。
- 数据库变化:无。
- 兼容性:不影响生产 Ubuntu 菜单,不修改 `setup.sh`,不触发生产部署。
- 已执行验证:待提交前执行 `bash -n scripts/dev/wsl/*.sh``check-emqx.sh`、Windows 总检查和敏感信息检查。
- 回滚方式:移除新增三个 WSL 辅助脚本即可回到上一状态;不涉及生产配置。
- 生产环境人工步骤:无;生产 EMQX 仍通过 Ubuntu `/opt/apps/setup.sh` 菜单和部署文档管理。
## 2026-06-16 / V5.0-baseline-local-mqtt
- 关联模块:M00-C/M00-E/IOT-001