Percona Resources

Software
Downloads

All of Percona’s open source software products, in one place, to download as much or as little as you need.

Valkey Contribution

Product Documentation

Why Percona for MongoDB?

Why Percona for PostgreSQL?

Percona Blog

Percona Blog

Our popular knowledge center for all Percona products and all related topics.

Community

Percona Community Hub

A place to stay in touch with the open source community

Events

Percona Events Hub

See all of Percona’s upcoming events and view materials like webinars and forums from past events

About

About Percona

Percona is an open source database software, support, and services company that helps make databases and applications run better.

Percona in the News

See Percona’s recent news coverage, press releases and industry recognition for our open source software and support.

Our Customers

Our Partners

Careers

Contact Us

Three-step installation

Install Percona Distribution for MongoDB

The installation of Percona Distribution for MongoDB is an easy, three-step process:

  1. Install the percona-release utility.
  2. Set up the Percona repository for the required version of Percona Distribution for MongoDB.
  3. Install the packages.

Run the following commands in the steps as root or by using the sudo command.

Step 1: Install percona-release

See the Percona Software Repositories Documentation for installation instructions relevant to your operating system.

If you have previously installed percona-release, make sure it is updated to the latest version.

Step 2: Set up Percona Repository

As soon as percona-release is up-to-date, use the setup command to enable Percona repository for Percona Distribution for MongoDB (pdmdb-4.4).
$ sudo percona-release setup pdmdb-4.4

Step 3: Install Packages

Install Percona Distribution for MongoDB components using the package manager of your operating system.
Installing on Debian/Ubuntu  Use the following commands to install Percona Server for MongoDB and/or Percona Backup for MongoDB:
# Install the Percona Server for MongoDB package
$ sudo apt-get install percona-server-mongodb
# Install the Percona Backup for MongoDB package
$ sudo apt-get install percona-backup-mongodb
Installing on Red Hat Enterprise Linux/CentOS Use the following commands to install Percona Server for MongoDB and/or Percona Backup for MongoDB:
# Install the Percona Server for MongoDB package
$ yum install percona-server-mongodb
# Install the Percona Backup for MongoDB package
$ yum install percona-backup-mongodb