Uninstalling OmniSci
How you remove OmniSci depends on how you installed it.
Uninstalling OmniSci from Docker
To uninstall OmniSci in place in Docker, stop and delete the current Docker container.
In a terminal window, get the Docker container ID:
You see output similar to the following. The first entry is the container ID. In this example, it is
9e01e520c30c
:To see all containers, both running and stopped, use the following command:
Stop the OmniSci Docker container. For example:
Remove the OmniSci Docker container. This removes unused Docker containers on your system and saves disk space. For example:
Uninstalling OmniSci Using Yum
To uninstall an existing system installed with Yum, you run the Yum remove
command and delete your stored data.
To Remove OmniSci using Yum:
Stop the OmniSci servers.
If you have enabled OmniSci services to run automatically on system startup, disable the commands.
Remove OmniSci.
Delete the $OMNISCI_STORAGE directory.
Uninstalling OmniSci Using Apt
To uninstall an OmniSci instance installed with Apt, you run the Apt remove
command and delete your stored data.
To Uninstall OmniSci using Apt:
Stop the OmniSci servers.
If you have enabled OmniSci services to run automatically on system startup, disable the commands.
Remove OmniSci.
Delete the OmniSci data store.
Uninstalling OmniSci Installed by Tarball
To uninstall OmniSci installed by a tarball, stop the servers, then delete the $OMNISCI_PATH directory and $OMNISCI_STORAGE directories.
Stop the OmniSci web server and OmniSci server.
If you have enabled OmniSci services to run automatically on system startup, disable the commands.
Delete the OmniSci data store
Delete the OmniSci Path
Last updated