Install Percona Link for MongoDB from Percona repositories¶
To install the software from Percona repositories means to subscribe to them. Percona provides the percona-release
repository management tool. It automatically enables the required repository so that you can install and update both Percona Link for MongoDB packages and required dependencies smoothly.
Before you start¶
Check the following resources:
Data migration is a resource-intensive task. Therefore, we recommend installing PLM on the instance closest to the target to reduce the network lag as much as possible.s
Procedure¶
Warning: Run the following commands as root or via the sudo
command.
-
Install
percona-release
:-
Install the
curl
download utility if it’s not installed already:$ sudo apt update $ sudo apt install curl
-
Download the
percona-release
repository package:$ curl -O https://repo.percona.com/apt/percona-release_latest.generic_all.deb
-
Install the downloaded repository package and its dependencies using
apt
:$ sudo apt install gnupg2 lsb-release ./percona-release_latest.generic_all.deb
-
Refresh the local cache to update the package information:
$ sudo apt update
-
-
Enable the repository
$ sudo percona-release enable plm release
-
Install the package:
$ sudo apt install percona-link-mongodb
-
Install
percona-release
:Run the following command as the
root
user or withsudo
privileges:$ sudo yum install -y https://repo.percona.com/yum/percona-release-latest.noarch.rpm
-
Enable the repository
$ sudo percona-release enable plm release
-
Install the package:
$ sudo yum install percona-link-mongodb
-
Install
percona-release
:Run the following command as the
root
user or withsudo
privileges:$ sudo yum install -y https://repo.percona.com/yum/percona-release-latest.noarch.rpm
-
Enable the repository
$ sudo percona-release enable plm release
-
Install the package:
$ sudo yum install percona-link-mongodb
Congratulations! You have successfully installed Percona Link for MongoDB. Now you must connect it to source and target MongoDB deployments.
Next steps¶
Created: September 8, 2025