1

Back up Package Security Manager

Make sure you create a backup of your logs, artifacts database, and Postgres database before uninstalling. Even if you don’t plan to restore your data, it’s best practice to have a backup.

2

Uninstall Package Security Manager

  1. Open a terminal.

  2. Log in to your Package Security Manager server.

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

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

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

  4. Shut down your containers:

    docker compose down
    
  5. Remove Package Security Manager’s package data:

    rm -rf /opt/anaconda/repo
    
  6. Uninstall Package Security Manager and its configurations:

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