Installing Percona Server for MongoDB from Binary Tarball¶
You can find links to the binary tarballs from the Percona Server for MongoDB download page.
Fetch and extract the correct binary tarball. For example, if you are running Debian 8 (“jessie”):
wget https://www.percona.com/downloads/percona-server-mongodb-3.4/percona-server-mongodb-3.4.15-2.13/binary/debian/jessie/x86_64/percona-server-mongodb-3.4.15-2.13-r5b5e6df-jessie-x86_64-bundle.tar tar xfz percona-server-mongodb-3.4.15-2.13-r5b5e6df-jessie-x86_64-bundle.tar
Copy the extracted binaries to the target directory, for example:
mkdir ~/psmdb cp -r -n percona-server-mongodb-3.4.15-2.13-r5b5e6df-jessie-x86_64-bundle/bin ~/psmdb/
Add the location of the binaries to the
PATH
variable:export PATH ~/psmdb/bin:$PATH
Create the default data directory:
mkdir -p /data/db
Make sure that you have read and write permissions for the data directory and run
mongod
.
Contact Us
For free technical help, visit the Percona Community Forum.To report bugs or submit feature requests, open a JIRA ticket.
For paid support and managed or professional services, contact Percona Sales.