Skip to content

For help, click the link below to get free database assistance or contact our experts for personalized support.

Percona Link for MongoDB commands

Overview

Percona Link for MongoDB is a replication tool for MongoDB clusters. It provides commands to manage and monitor the replication process between source and target MongoDB clusters.

Commands

version

Display the current version of Percona Link for MongoDB.

$ plm version

status

Get the status of the replication process.

$ plm status

start

Start cluster replication.

$ plm start

reset

Resets the PLM state and deletes the metadata collections from target deployment. After the command execution, you must restart the PLM service and start the data replication from scratch. Read more about the flow in Troubleshooting guide

$ plm reset --target

finalize

Finalize cluster replication.

$ plm finalize

pause

Pause cluster replication.

$ plm pause

resume

Resume cluster replication.

$ plm resume

Available flags:

Name Description
--from-failure Resume replication from the last failure point

Last update: June 5, 2025
Created: June 5, 2025