Uninstalling Repository#

Before deleting Repository, you may want to make a backup for security reasons. For suggestions on mongo backups, see https://docs.mongodb.org/manual/reference/program/mongodump/ .

To delete Repository:

  1. Check the file storage path:

    anaconda-server-config --get fs_storage_root
    
  2. Delete the contents of /home/anaconda-server/repo:

    rm -rf /home/anaconda-server/repo
    
  3. Delete the appropriate MongoDB database, “binstar.”

  4. Delete the contents of /etc/binstar:

    rm -rf /etc/binstar
    
  5. Delete the contents of the Repository file storage path.