Uninstalling Package Security Manager#

  1. Stop your docker containers by running the following command:

    docker compose stop
    

Warning

Back up the logs, artifacts database, and Postgres database before uninstalling.

  1. Open a terminal.

  2. Log in to your Package Security Manager instance.

  3. Navigate to your Anaconda installer directory (ate-installer-*) by running the following command:

    # Replace <INSTALLER_DIR> with your installer directory
    cd <INSTALLER_DIR>
    

    Tip

    Start typing ate-installer- in your terminal, then press Tab to autocomplete the directory name.

  4. Remove Package Security Manager’s package data by running the following command:

    rm -rf /opt/anaconda/repo
    
  1. Uninstall Package Security Manager and its configurations by running the following command:

    # Replace <INSTALLER_DIR> with your installer directory
    rm -rf ~/<INSTALLER_DIR>