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:
- Go 1.24 or later. Install and set up Go tools x
- make
- git
Build steps¶
Here’s how to build Percona Link for MongoDB:
-
Clone the repository and change directory to
plm:git clone https://github.com/percona/percona-link-mongodb.git $ cd plm -
Build the project using the Makefile:
$ make buildAlternatively, you can install PLM from the cloned repo using
go install:$ go install .This installs
plminto yourGOBINdirectory. -
Add
GOBINto yourPATH. This makesplma global command in your terminal.
Next steps¶
Last update:
November 24, 2025
Created: November 24, 2025
Created: November 24, 2025