-
Notifications
You must be signed in to change notification settings - Fork 147
交易所升级到v1.5.5步骤
eagleHovering edited this page Jul 7, 2019
·
1 revision
- 进行操作前,请先进入到 asch 安装目录
- 检查主程序版本号,请运行: ./aschd version
根据版本决定使用哪些步骤进行:
- 停止节点: ./aschd stop
- 升级:./aschd upgrade
- 重建:./aschd rebuild, 根据自己服务器的位置选择合适的节点
- 启动:./aschd start
- 停止节点: ./aschd stop
- 升级:./aschd upgrade
- 启动:./aschd start
- 请自行checkout v1.5.5的源码,并安装依赖包。
- 如从v1.5.4之前的版本升级,请运行 ./aschd rebuild
注意:请确保Node.js版本不低于v10.14