Uninstalling
This topic describes how to uninstall TrueSight Automation Console application and the database.
Uninstalling the application
Uninstall the application first and then the database.
To uninstall the application, do the following:
- Navigate to the directory where the Stack Manager launcher is installed.
Default value: /opt/bmc Run the following command:
./stackmanager uninstall --deployment applicationApplication is uninstalled successfully.
Uninstalling the database
To uninstall the database, do the following:
- Navigate to the directory where the Stack Manager launcher is installed.
Default value: /opt/bmc (For containerized PostgreSQL database) Run the following command:
./stackmanager uninstall --deployment databaseThis cleans up the database.
- (Optional) To delete the old registry image, registry container, and the Stack Manager folder, do these steps:
Run the following commands to stop and remove the registry:
docker stop registry
docker rm registryThen, run the rm -rf <registry_location> command to remove the registry mapped location.
Run the following command to remove the Stack Manager folder:
rm -rf <InstallationDirectory>
(For external PostgreSQL database) Log on to PostgreSQL database using PGAdmin, and delete the databases created for TrueSight Automation Console.