808 B
808 B
2026-06-05 — Redis 强制连通 + Compose Redis 卸载脚本
摘要
- 恢复安装向导步骤 2:Redis 未连接则不可进入步骤 3
- 新增
deploy/uninstall-redis-compose.sh卸载遗留nexus-prod-redis容器
动机
用户自行安装 Redis,但环境检测必须验证连通;旧 Compose Redis 容器需单独卸载。
涉及文件
server/api/install.py— Redispass: redis_okweb/app/install.html— 步骤 2「下一步」在!envAllPass时禁用deploy/uninstall-redis-compose.sh— 新脚本deploy/README-1panel.md— 文档
服务器操作
cd /opt/nexus && git pull
bash deploy/uninstall-redis-compose.sh
apt install -y redis-server && systemctl enable --now redis-server
bash deploy/sync-install-wizard-to-container.sh