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