=======================
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:

#. Check the file storage path::

    anaconda-server-config --get fs_storage_root

#. Delete the contents of ``/home/anaconda-server/repo``::

    rm -rf /home/anaconda-server/repo

#. Delete the appropriate MongoDB database, "binstar."

#. Delete the contents of ``/etc/binstar``::

    rm -rf /etc/binstar

#. Delete the contents of the Repository file storage path.
