Skip to content

Uninstall Percona Server for MongoDB

To completely remove Percona Server for MongoDB you need to remove all the installed packages, data and configuration files. If you need the data, consider making a backup before uninstalling Percona Server for MongoDB.

Follow the instructions, relevant to your operating system:

You can remove Percona Server for MongoDB packages with one of the following commands:

  • apt remove will only remove the packages and leave the configuration and data files.

  • apt purge will remove all the packages with configuration files and data.

Choose which command better suits you depending on your needs.

  1. Stop the mongod server:

    $ sudo systemctl stop mongod
    
  2. Remove the packages. There are two options.

    $ sudo apt remove percona-server-mongodb*
    
    $ sudo apt purge percona-server-mongodb*
    
  1. Stop the mongod service:

    $ sudo systemctl stop mongod
    
  2. Remove the packages:

    $ sudo yum remove percona-server-mongodb*
    
  3. Remove the data and configuration files:

    $ sudo rm -rf /var/lib/mongodb
    $ sudo rm -f /etc/mongod.conf
    

    Warning

    This will remove all the packages and delete all the data files (databases, tables, logs, etc.). You might want to back up your data before doing this in case you need the data later.

Get expert help

If you need assistance, visit the community forum for comprehensive and free database knowledge, or contact our Percona Database Experts for professional support and services.