Uninstall OpenResty Edge
1 Uninstall Node
-
Download the installation script of Node:
curl -O https://openresty.com/client/oredge/uninstall-edge-node.sh
-
Execute the installation script:
sudo /bin/bash uninstall-edge-node.sh
2 Uninstall Log-Server
-
Download the installation script of Log-Server:
curl -O https://openresty.com/client/oredge/uninstall-edge-log-server.sh
-
Execute the installation script:
sudo /bin/bash uninstall-edge-log-server.sh
3 Uninstall Admin
-
Download the installation script of Admin:
curl -O https://openresty.com/client/oredge/uninstall-edge-admin.sh
-
Execute the installation script:
sudo /bin/bash uninstall-edge-admin.sh
4 Uninstall DB
-
Download the installation script of DB:
curl -O https://openresty.com/client/oredge/uninstall-edge-postgresql.sh
-
Execute the installation script:
sudo /bin/bash uninstall-edge-postgresql.sh
So far, the full set of OpenResty Edge has been uninstalled.
If you have any questions, please contact us.