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
Open a terminal.
Log in to the server that hosts your Package Security Manager installation.
Navigate to your Anaconda installer directory (ate-installer-*) by running the following command:
Copy
Ask AI
# Replace <INSTALLER_DIR> with your installer directorycd <INSTALLER_DIR>
Start typing ate-installer- in your terminal, then press Tab to autocomplete the directory name.
Shut down your containers:
Copy
Ask AI
docker compose down
Remove Package Security Manager’s package data:
Copy
Ask AI
rm -rf /opt/anaconda/repo
Uninstall Package Security Manager and its configurations:
Copy
Ask AI
# Replace <INSTALLER_DIR> with your installer directoryrm -rf <INSTALLER_DIR>