Docs Menu
Docs Home
/
MongoDB Cloud Manager
/ /

Add a Custom MongoDB Build

You can add custom-built versions of MongoDB for Cloud Manager to download. Automation downloads these MongoDB versions "lazily": downloading binaries for a version of MongoDB when a MongoDB process uses that version on a managed host.

The existing versions of MongoDB may not meet your immediate needs. You can provide other versions of MongoDB through the Custom Builds functionality.

1
  1. If it is not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.

  2. If it's not already displayed, select your desired project from the Projects menu in the navigation bar.

  3. If the Deployment page is not already displayed, click Deployment in the sidebar.

    The Deployment page displays.

2
3
4
Parameter
Description

Platform

The platform on which this build can be installed.

Accepted values are:

  • Linux (amd64) (64-bit Intel architecture Linux)

  • Linux (ppc64le) (64-bit PowerPC architecture Linux)

  • Mac OS X (amd64) (64-bit Intel architecture macOS)

Version Name

Your label for this build. It must begin with a valid MongoDB version number.

For example:

3.6.2-myCustomBuild

Download URL

URL from which the MongoDB Agent can download this build. This URL must:

  • Be accessible to from your network. It doesn't need to be Internet accessible.

  • Point to a host running an HTTP-compatible web server.

  • Point to the Custom Build binary file.

IMPORTANT: The Cloud Manager does not check if this URL exists, only that it is a complete URL.

Git Version

The complete 40-character git SHA-1 checksum (or hash) for this build.

For example:

f3fa18bc6d8a749b7a526d83d2ad969fae1236c7

Modules

If your Custom Build included any add-on modules, enter them into this combo box.

Accepted values are:

  • None

  • subscription

  • enterprise

Click Add Custom Build.

The new Custom Build appears on the Custom Builds page.

Note

After you create a Custom Build, you cannot edit it. You can click the Remove link to delete it.

Back

Change Version