Remove FindFace Instance

You can automatically remove FindFace along with the data storages by using the findface_uninstall.sh script. The FindFace configuration files and data storages will be backed up if you request it.

Important

Regarding directories with the FindFace artifacts, the script will back up and clean only /var/lib/findface-security/uploads and /var/lib/ffupload/ (set by default). If you modified the artifacts’ location, you will have to create a backup and purge them by yourself. See Back Up and Recover FindFace and Data for reference.

Do the following:

  1. Download the findface_uninstall.sh script to some directory on a designated host (for example, to /home/username/).

  2. From this directory, make the script executable.

    sudo chmod +x findface_uninstall.sh
    
  3. Run the script.

    sudo ./findface_uninstall.sh
    
  4. Answer backup to create a backup and then remove FindFace along with the data storages. Answer all to completely wipe out FindFace and the data storages without a backup.

  5. The script purges all content from the /var/lib/ffupload directory. However, the directory itself will remain in your file system. Remove /var/lib/ffupload manually by executing:

    sudo rmdir /var/lib/ffupload
    

Important

To recover FindFace from the backup, see Back Up and Recover FindFace and Data.