Files

42 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

# 2026-06-08 服务器分类/分页/排序 — 生产部署验证
## 部署信息
| 项 | 值 |
|----|-----|
| 提交 | `c435413` |
| 时间 | 2026-06-08 |
| 方式 | Docker `nexus-1panel.sh upgrade` |
| 备份 | `/var/backups/nexus/nexus-before-upgrade-20260607-203049.sql.gz` |
## 自动化验证(Agent
| 检查 | 结果 |
|------|------|
| 门控 7/7 | PASS |
| 远程 `/health` | `ok` |
| 远程 `/app/` | HTTP 200 |
| 外网 `https://api.synaglobal.vip/health` | HTTP 200 |
| Ops cron | 已安装 health_monitor + db_backup |
## 用户终验清单
请在浏览器登录 `https://api.synaglobal.vip/app/#/servers`
1. 分类 Chip 筛选各分类数量正确
2. 「列表 / 分类」视图切换正常
3. 勾选多台 →「修改分类」批量生效
4. 表头排序(域名、Agent 版本、最后心跳等)箭头可切换升/降序
5. 分页选「全部」可加载全量(300+ 台)
6. 分页文案为中文(每页数目、上一页、下一页)
`#/scripts`
7. 执行脚本对话框与「临时命令」可按分类勾选服务器
## 回滚
```bash
ssh nexus 'cd /opt/nexus && sudo docker tag nexus-prod-nexus:rollback nexus-prod-nexus:latest && sudo docker compose -f docker/docker-compose.prod.yml up -d --force-recreate'
```