Guides
Uninstall GIS Cloud Suite
Uninstall GIS Cloud Suite in the user interface
If you want to uninstall the GIS Cloud Suite installed in the Deployment Center, go to the Deployment Center->Deployment interface and click the Uninstall button to uninstall the currently deployed GIS Cloud Suite. There are two uninstall modes for you to choose from:
- Uninstall with no trace: Stop the GIS Cloud Suite service and delete all created sites and data;
- Uninstall but save the data: The GIS Cloud Suite service will be stopped, and the data and configuration will be retained. You can then restore the deployment as needed and modify the configurations (except “storage configuration” and “administrator account”).
During the uninstallation process, you can use the uninstallation progress bar to understand the real-time uninstallation status and the uninstallation steps currently being executed.
After the uninstallation is complete, the deployment interface will return to the “Waiting for Installation” state. At this time, you can re-perform installation to deploy a new GIS Cloud suite enviroment.
Uninstall the GIS Cloud Suite installed by the deployment package
If you want to uninstall the GIS Cloud Suite installed through the deployment package, run the shutdown.sh file to delete the GIS Cloud Suite environment.
chmod +x shutdown.sh && ./shutdown.sh
To completely delete the GIS Cloud Suite, add the -v parameter:
chmod +x shutdown.sh && ./shutdown.sh -v
If you need to redeploy the GIS cloud suite in the K3S environment, after executing the above command, please Uninstall the K3S environment (Guides->DEPLOYMENT GUIDE->Install GIS Cloud Suite->Install using deployment package->K3S->Appendix) and then redeploy.
Delete the command for the GIS cloud suite installed using the Helm command (using this command, the namespace and user-created environment will not be deleted):
./helm uninstall giscloudsuite -n giscloudsuite