Uninstalling a Nominode

Uninstalling a Nominode

Shutting down a Nominode and Removing the Nominode software

  1. Open a local, telnet or ssh session with your server.
  2. Navigate to the folder where the Nominode software was installed and execute this command:
    ./docker-compose down -v
  3. Then navigate to a different folder and recursively remove the install folder and its contents.
    For example, if the recommended installation location was used:
    rm -rf /opt/nomnomdata/nominode

Removing Docker

  1. Follow the instructions listed in the Uninstall Old Versions section of the Docker Engine documentation for your platform available at https://docs.docker.com/install/
  2. For example, the uninstall steps for Ubuntu are listed here:
    https://docs.docker.com/install/linux/docker-ce/ubuntu/#uninstall-old-versions

Removing curl and bzip2

  1. Use the package removal steps specific to your operating system.
  2. For example, package removal steps for Ubuntu are listed here:
    https://linux4one.com/how-to-uninstall-programs-from-ubuntu-system/


    • Related Articles

    • Maintaining a Nominode

      You can use the Status section of your Nominode to view information about your server. Determining the Version of your Nominode Software Click on Status in the left hand navigation menu. The current version of your Nominode software will display next ...
    • Nominode Installation and Configuration

      Installing a Nominode 1.  Create a Nom Nom Data account at https://auth.nomnomdata.com/sign-up                   ​ 2.  If the Nominode will be used by multiple people in your organization, setup the organization ...
    • Nominode Minimum System Requirements

      CPU: 4 Cores Memory: 8 GB Operating Systems Supported:   Amazon Linux 2 CentOS 7 Debian 9, 10 Red Hat Enterprise Linux 8 SUSE Linux Enterprise Server 12, 15 Ubuntu 16, 18, 20 Additional Software: Docker, curl, bzip2 Nominode software installation has ...
    • Changing a Nominode's Configuration

      Switching from a Local Database to a Remote Database Open a local, telnet or ssh session with your server. Navigate to the folder where your Nominode software is installed and execute these commands: ./docker-compose exec mysql mysqldump -u root ...
    • Nominode Permissions Overview

      In the Permissions section of your Nominode, you can control what actions each user of your Nominode can perform.  Detailed instructions for how to modify permissions can be found in the Managing Permissions on a Nominode support document A Project ...