docs(M01-B): 记录核心迁移与连接池进度

This commit is contained in:
Codex
2026-06-16 21:26:55 +08:00
parent 3add64bef9
commit 3cabb71de5
8 changed files with 131 additions and 17 deletions
+2 -2
View File
@@ -9,12 +9,12 @@
| 后端构建 | 依赖已锁定;本地 TypeScript 编译、真实 HTTP 健康检查和生产依赖审计已通过;生产构建未执行 |
| 后台构建 | 未执行 |
| 小程序检查 | 未执行 |
| 数据库迁移 | 未执行 |
| 数据库迁移 | 迁移文件已存在;本地契约检查通过;生产未执行 |
| 部署结果 | 未部署;生产需管理员人工执行菜单 |
| 回滚点 | - |
| Dry-run 入口 | `scripts/setup/deploy-business.sh --dry-run .` |
| Dry-run 检查 | `scripts/dev/windows/check-release-manifest.ps1`;已接入 `scripts/dev/windows/test-all.ps1` |
| Dry-run 字段 | `releaseId=DRYRUN-<short-commit>``commit=HEAD``branch=main``deployed=false`、后端项目存在时记录 `PROJECT_PRESENT_BUILD_NOT_RUN`后台/迁移按当前状态记录 |
| Dry-run 字段 | `releaseId=DRYRUN-<short-commit>``commit=HEAD``branch=main``deployed=false`、后端项目存在时记录 `PROJECT_PRESENT_BUILD_NOT_RUN`,迁移存在时记录 `PROJECT_PRESENT_MIGRATION_NOT_RUN`,后台按当前状态记录 |
| Nginx 模板 | `deploy/nginx/api.txyundm.cn.conf.template` |
| Certbot 命令说明 | `deploy/certbot/api.txyundm.cn.commands.md` |
| 域名/HTTPS 检查 | `setup.sh` 菜单 4、`setup.sh --https``scripts/dev/windows/check-api-domain.ps1``scripts/dev/wsl/check-api-domain.sh` |