If you're having trouble at any stage please contact us at support@skyformation.com.
Compatibility with SkyFormation App Version
This guide is compatible with SkyFormation App version 2.1.21 (see Get Your SkyFormation App Version). If you are using an older version of SkyFormation we highly recommend to update to the latest one.
WARNINGS
- The uninstall process removes both the SkyFormation software and the SkyFormation data from your machine, this is an irreversible process
- Docker and docker compose are not being uninstalled by this process
Uninstalling
a. SSH into the SkyFormation app machine with a "sudo"er account
command to use if you have no proxy
sudo bash -c "$(curl -L https://download.skyformation.net/v2/download/installer/edge/pre-uninstall.sh)"
command to use if you are running behind a proxy
sudo bash -c "$(curl -x https://proxyserver:8080 -L https://download.skyformation.net/v2/download/installer/edge/pre-uninstall.sh)"
Note: if you have an authenticated proxy, and you have special characters in your username or password, you need to send them the curl -x parameter in url-encoded format.
You may use the following command line on your terminal to see the encoded format of your user and password (in this example the password is ab$#^%cd, replace it with yours):
ab%24%23%5E%25cd
DONE
Comments
0 comments
Please sign in to leave a comment.