卸载 OpenResty Edge
1 卸载 Node
- 下载安装器
curl -O https://openresty.com/client/oredge/openresty-edge-tool.sh
- 运行安装器
sudo /bin/bash openresty-edge-tool.sh
- 输入您要执行的操作
Uninstall
What would you like to do?
[1] Install
[2] Upgrade
[3] Downgrade
[4] Uninstall
4
What you choose is: Uninstall.
- 输入您要卸载的组件
Node
Which component would you like to uninstall?
[1] Node
[2] Log Server
[3] Admin
[4] Log Server DB
[5] Admin DB
1
What you choose is: Node.
- 如果成功,最后会有如下提示
Great! Uninstall openresty-edge-node successfully."
2 卸载 Log-Server
- 操作步骤相同,卸载时组件选择
Log Server
Which component would you like to uninstall?
[1] Node
[2] Log Server
[3] Admin
[4] Log Server DB
[5] Admin DB
2
What you choose is: Log Server.
- 如果成功,最后会有如下提示
Great! Uninstall openresty-edge-log-server successfully.
3 卸载 Admin
- 操作步骤相同,卸载时组件选择
Admin
Which component would you like to uninstall?
[1] Node
[2] Log Server
[3] Admin
[4] Log Server DB
[5] Admin DB
3
What you choose is: Admin.
- 如果成功,最后会有如下提示
Great! Uninstall openresty-edge-admin successfully.
4 卸载 Log Server DB
- 操作步骤相同,卸载时组件选择
Log Server DB
Which component would you like to uninstall?
[1] Node
[2] Log Server
[3] Admin
[4] Log Server DB
[5] Admin DB
4
What you choose is: Log Server DB.
- 如果成功,最后会有如下提示
Great! Uninstall openresty-postgresql12 successfully.
5 卸载 Admin DB
- 操作步骤相同,卸载时组件选择
Admin DB
Which component would you like to uninstall?
[1] Node
[2] Log Server
[3] Admin
[4] Log Server DB
[5] Admin DB
5
What you choose is: Admin DB.
- 如果成功,最后会有如下提示
Great! Uninstall openresty-postgresql12 successfully.
至此全套的 OpenResty Edge 已经卸载完毕
有问题请与我们随时沟通!