...
| id | 1119940609 |
|---|
...
| id | 1119940621 |
|---|
...
| id | 1119940608 |
|---|
On this page
...
| Table of Contents |
|---|
...
|
This section describes how to uninstall Teamwork Cloud and Cassandra using uninstallation files. Teamwork Cloud uninstall file is located in the application installation folder (<install_root>/UninstallerData/Uninstall).
Using the uninstall file for all services
On Linux
To uninstall Teamwork Cloud using the uninstall file
Run the uninstall file to uninstall Teamwork Cloud and Teamwork Cloud Admin.
Code Block language bash theme DJango linenumbers true sudo <install_root>/UninstallerData/UninstallPress Enter to continue.
Type either "1" to completely uninstall Teamwork Cloud and Teamwork Cloud Admin or "2" to uninstall selected features and follow the instructions. A message informing that Teamwork Cloud and Teamwork Cloud Admin uninstallation is complete will appear.
Managing separate services
To uninstall Teamwork Cloud, Web Application Platform, and Cassandra
- Stop Teamwork Cloud and WebApp Server.
- Remove the services.
- Delete the directory in which Teamwork Cloud is installed.
- Uninstall Cassandra.
If you need to remove only selected services, remove them using the following commands:
Remove Teamwork Cloud service using the following script:
Code Block language bash theme DJango linenumbers true sudo <install_root>/scripts/linux/uninstallservice.shRemove WebApp service using the following script:
Code Block language bash theme DJango linenumbers true sudo <install_root>/WebAppPlatform/bin/service.sh removeRemove Zookeeper service using the following script:
Code Block language bash theme DJango linenumbers true sudo <install_root>/WebAppPlatform/zookeeper/bin/zkService.sh remove
To uninstall Cassandra
Delete the directory in which Teamwork Cloud is installed (<install_root>).
Uninstall Cassandra using the following commands:
Code Block language bash theme DJango linenumbers true sudo service cassandra stop sudo yum remove cassandra
On Windows
To uninstall Teamwork Cloud using the uninstall file
Stop Teamwork Cloud, AuthServer, and WebApp services from the Services window.
Run the uninstall file, located at <install_root>/UninstallerData/Uninstall.exe to uninstall Teamwork Cloud. The Uninstall Teamwork Cloud dialog will open.
Click . Teamwork Cloud will uninstall itself. The dialog will close once the uninstallation is complete.



