Skip to content

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

Build from source code

Before you start

Check the system requirements and known limitations.

Prerequisites

To build Percona Link for MongoDB from source, you need the following:

Build steps

Here’s how to build Percona Link for MongoDB:

  1. Clone the repository and change directory to plm:

    git clone https://github.com/percona/percona-link-mongodb.git
    $ cd plm
    
  2. Build the project using the Makefile:

    $ make build
    

    Alternatively, you can install PLM from the cloned repo using go install:

    $ go install .
    

    This installs plm into your GOBIN directory.

  3. Add GOBIN to your PATH. This makes plm a global command in your terminal.

Next steps

Configure authentication


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