Files
crypto_monitor_user/manual_trading_hub/SNAPSHOT_ROLLBACK.md
T
dekun 53863559f4 Initialize crypto_monitor_user (user edition) from monitor codebase.
Retarget git remote, install path, and deploy docs from crypto_monitor to crypto_monitor_user.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-17 16:18:13 +08:00

544 B

更新前快照(行情区 + K 线库)

行情区使用说明见 行情区说明.md.

更新前已打 Git 标签,回滚方式:

cd /opt/crypto_monitor_user   # 或你的仓库路径
git fetch --tags
git checkout snapshot/pre-hub-market-20260528
# 恢复后重启:
pm2 restart manual-trading-hub crypto_okx crypto_binance crypto_gate

回到最新主线:

git checkout main
git pull

K 线数据库(不纳入 Git):manual_trading_hub/data/hub_kline.db,回滚代码不会自动删除该文件.