Docs Menu
Docs Home
/
MongoDB Ops Manager
/

Upgrade Ops Manager

On this page

  • Upgrade Path
  • Considerations
  • Prerequisites
  • Procedure
  • Troubleshooting

This tutorial describes how to upgrade an existing Ops Manager installation.

Warning

Upgrade Managed Databases to MongoDB 3.6 or Later

Ops Manager 6.0 doesn't support MongoDB 3.4. If you are using MongoDB 3.4 or earlier and want to upgrade to Ops Manager 6.0, you must upgrade to at least MongoDB 3.6. However, we recommend that you upgrade to at least MongoDB 4.0 before upgrading to Ops Manager 6.0.

The version of your existing Ops Manager installation determines the upgrade path you must take to upgrade to Ops Manager 4.4 or later.

Important

  • If you have an Ops Manager 4.2 or later installation with more than one Ops Manager host pointing to the same Application Database, you can upgrade Ops Manager without incurring monitoring downtime. During this upgrade, Ops Manager enters a state known as Upgrade Mode. See Upgrade Mode for more information.

  • To ensure a successful upgrade, you must follow the upgrade path for your existing version to perform necessary database migrations.

  • To protect your data, Ops Manager refuses to start direct upgrades from versions 1.8.x and 2.0.x to version 3.4 or later.

  • There are no supported downgrade paths for Ops Manager.

Note

All upgrades for Ops Manager versions 4.2.x and later use the same procedure. To upgrade to a higher version, you must first use this procedure upgrade to the latest available patch of your initial version, then use the procedure again to upgrade to the next version. If the following table has additional information related to the upgrade procedure for a given version, review it first.

The following table lists upgrade paths for all versions:

Existing Version
Upgrade Path
6.0.x

Upgrade from Ops Manager 6.0.x to the latest available patch version of 6.0 using this procedure.

To learn more, see Ops Manager 6.0 release notes.

5.0.x

Upgrade from Ops Manager 5.0.x to the latest available patch version of 5.0. Then upgrade to the latest available version of 6.0. Use this procedure for both processes.

To learn more, see Ops Manager 5.0 release notes.

4.4.x

Upgrade from Ops Manager 4.4.x to the latest available patch version of 4.4. Then upgrade to the latest available version of 5.0. Use this procedure for both processes.

IMPORTANT: Ops Manager version 4.4.13 fixes a bug that would re-enable Ops Manager instances for API writes during an upgrade.

To learn more, see:

4.2.x

Upgrade from Ops Manager 4.2.x to the latest available patch version of 4.2. Then upgrade to the latest available version of 4.4. Use this procedure for both processes.

An unintentional and temporary disabling of TLS occurs when upgrading to versions earlier than 4.2.24. Upgrading to 4.2.24 or later first avoids this outcome.

To learn more, see:

4.0.x

Use the v4.2 upgrade tutorial to upgrade from Ops Manager 4.0.x to version 4.2.24 or later. Then use this procedure to upgrade to the latest available version of 4.2.

An unintentional and temporary disabling of TLS occurs when upgrading to versions earlier than 4.2.24. Upgrading to 4.2.24 or later first avoids this outcome.

To learn more, see:

3.6.x
Use the v4.0 upgrade tutorial to upgrade from Ops Manager 3.6.x to version 4.0.x.
3.4.x
Use the v3.6 upgrade tutorial to upgrade from Ops Manager 3.4.x to version 3.6.x.
2.x or earlier
Use the v3.4 upgrade tutorial to upgrade from Ops Manager 2.x or earlier.

Warning

To maintain existing settings and availability, back up the following in your current Ops Manager instance:

  • conf-mms.properties and gen.key files to a secure location. The conf-mms.properties stores settings for the Ops Manager instance. The gen.key provides details to encrypt and decrypt Ops Managers backing databases and user credentials. Ops Manager might delete these files as part of the upgrade process.

As an extra precaution, you may use mongodump to create a binary export of the Application Database. No officially supported backup method exists for the Application Database. If the upgrade fails, reach out to MongoDB Support for help fixing the issue with the Ops Manager version.

Before upgrading Ops Manager from 5.0 to 6.0, review the following considerations:

Use standard connection strings when connecting to the AppDB during the upgrade procedure. Using DNS SRV connection strings can cause the upgrade to fail.

Ops Manager 6.0.0 requires a minimum of MongoDB 4.4.0 for Ops Manager backing databases.

Note

Your MongoDB version for Ops Manager backing databases can't be later than your Ops Manager version.

If Ops Manager manages your MongoDB Tools, the tool versions are upgraded when you upgrade Ops Manager.

If you run Ops Manager 6.0.x in local mode, you must download and install a compatible version of the MongoDB Tools TGZ package to the versions directory.

To access older versions of the MongoDB Tools, click Archived releases on the Download page.

Adds support to run Ops Manager on Debian 11.

  • Deprecates SNMP alerts. Ops Manager 7.0.0 will not include SNMP alerts.

  • Adds support for automating deployments on RedHat Enterprise Linux version 8 and Amazon Linux 2 on the ARM64/aarch64 architecture.

  • Removes support for automating deployments on Debian 9 and RedHat Enterprise Linux 6.

Removes support for automating MongoDB 3.4 deployments.

Your servers must meet the Ops Manager System Requirements.

Warning

Potential for Production Failure

Your Ops Manager instance can fail in production if you fail to configure the following:

If your backing databases run the MMAPv1 storage engine, the upgrade process fails. Ops Manager prompts you to upgrade the storage engine for those backing databases to WiredTiger.

You must have administrator privileges on the servers on which you perform the upgrade.

To download the software, click the download link available on the customer downloads page. MongoDB provides the URL of that page to its customers.

  • If you can't access this link, visit the download page for a current evaluation copy of the Ops Manager software.

  • If you need an earlier version of the Ops Manager software, visit the Release Archive.

If you plan to run Ops Manager in Local Mode, download the MongoDB software to your versions library directory. The required software includes:

Before you upgrade Ops Manager, make sure:

If you upgraded the platform for the MongoDB Agent hosts, upgrade the MongoDB Agents before upgrading Ops Manager.

Note

Upgrade Mode for Highly Available applications

If you have an Ops Manager 4.2 or later installation with more than one Ops Manager host pointing to the same Application Database, you can upgrade Ops Manager without incurring monitoring downtime. During this upgrade, Ops Manager enters a state known as Upgrade Mode. This mode enables the following benefits throughout the upgrade process:

  • Alerts and monitoring operate

  • Ops Manager instances remain live

  • Ops Manager Application may be accessed in read-only mode

  • Ops Manager APIs that write or delete data are disabled

Your Ops Manager instance stays in Upgrade Mode until all Ops Manager hosts have been upgraded and restarted.

You should not upgrade more than one Ops Manager host at a time.

When Ops Manager enters upgrade mode, the Backup Daemons attempt to stop themselves. This process can fail if the Daemons are in the middle of a long backup job. In this case, do one of the following:

  • Restart the first Ops Manager instance once the Backup Daemons finish the job.

  • Stop the Backup Daemons manually.

To manually stop your Backup Daemons:

  1. Log into the first host that serves a Backup Daemon.

  2. Issue the following command:

    sudo service mongodb-mms-backup-daemon stop
  3. Verify that you shut down the Backup Daemon:

    ps -ef | grep mongodb-mms-backup-daemon

    If the Backup Daemon continues to run, issue this command:

    sudo /etc/init.d/mongodb-mms-backup-daemon stop
  4. Repeat steps 2 to 3 with every other Backup Daemon host.

  1. Log in to the first host that serves a Backup Daemon.

  2. Issue the following command:

    sudo service mongodb-mms-backup-daemon stop
  3. Verify that you shut down the Backup Daemon:

    ps -ef | grep mongodb-mms-backup-daemon

    If the Backup Daemon continues to run, issue this command:

    sudo /etc/init.d/mongodb-mms-backup-daemon stop
  4. Repeat steps 2 to 3 with every other Backup Daemon host.

  1. Log into the first host that serves a Backup Daemon.

  2. Issue the following command:

    <install_dir>/bin/mongodb-mms-backup-daemon stop
  3. Verify that you shut down the Backup Daemon:

    ps -ef | grep mongodb-mms-backup-daemon

    If the Backup Daemon continues to run, issue this command:

    sudo /etc/init.d/mongodb-mms-backup-daemon stop
  4. Repeat steps 2 to 3 with every other Backup Daemon host.

If you're running your Ops Manager Application in a high availability configuration, complete this procedure on one Ops Manager host at a time.

Use this procedure to upgrade the Ops Manager Application on hosts installed using deb packages:

1
  1. Open your preferred browser to visit the MongoDB Download Center on MongoDB.com.

    If you start from MongoDB.com, click Products Ops Manager Try it now.

  2. From the Platforms drop-down menu, click Ubuntu 18.04.

  3. From the Packages drop-down menu, click DEB for x86_64 architecture.

  4. Click Download.

    The downloaded package is named mongodb-mms-<version>.x86_64.deb, where <version> is the version number.

2

Issue the following command to stop the Ops Manager Application:

sudo service mongodb-mms stop
3

Note

Upgrade Mode for Highly Available Ops Manager Applications

If you have an Ops Manager 4.4 installation with more than one Ops Manager host pointing to the same Application Database, this Ops Manager deployment runs with high availability. After you upgrade one Ops Manager host of a highly available Ops Manager deployment, that deployment enters Upgrade Mode.

  1. Install the .deb package on each Ops Manager Application and Backup Daemon host. Issue the following command, where <version> is the version of the .deb package:

    sudo dpkg -i mongodb-mms_<version>_x86_64.deb
  2. When prompted whether to overwrite the currently installed version of mms.conf, you should type Y to replace the existing file.

  3. If you modified the ports or the JVM settings that Ops Manager uses, you need to re-apply those changes to the mms.conf file after Ops Manager is upgraded.

    Warning

    Don't add passwords or secrets to JVM arguments in the mms.conf file. Ops Manager exposes them as plain text in the diagnostic archives.

    The upgrade to Ops Manager 4.1 and 4.2 removed the -d64 flag from the JAVA_MMS_UI_OPTS parameter.

  4. When upgrading to Ops Manager 4.4.11, Ops Manager prompts you to choose which version of the /opt/mongodb/mms/conf/conf-mms.properties file it should use. To avoid having to manually reconfigure Ops Manager, choose the current file. For more information, see 4.4.11 Release Notes.

4
sudo service mongodb-mms start

Note

In high availability instances of Ops Manager, the Backup Daemon waits for all nodes to upgrade before starting.

Log into your upgraded Ops Manager host after it restarts. If your login succeeds, the upgrade succeeded.

5

Note

The logs that Ops Manager generates during startup may temporarily pause at Starting pre-flight checks while Ops Manager upgrades all its servers to the same version.

6

Once your upgrade has finished, login to your Ops Manager instance. Ops Manager displays a banner that says One or more agents are out of date.

Click Update All Agents, then confirm the changes.

Important

If Ops Manager manages your MongoDB Tools, the tool versions are upgraded with the agents.

If Ops Manager manages your BI Connector, the BI Connector version is upgraded with the agents.

Use this procedure to upgrade the Ops Manager Application on hosts installed using rpm packages:

1

On RHEL, CentOS, SUSE12 hosts that use systemd, issue the following command to stop the Ops Manager Application:

sudo service mongodb-mms stop

For platforms that use SysVInit, issue the following command:

sudo /etc/init.d/mongodb-mms stop
2
  1. Open your preferred browser to visit the MongoDB Download Center on MongoDB.com.

    If you start from MongoDB.com, click Products Ops Manager Try it now.

  2. From the Platforms dropdown menu, click one of the following options:

    • Red Hat + CentOS 7, 8 / SUSE 12 + 15 / Amazon Linux 2

  3. From the Packages dropdown menu, click RPM.

  4. Click Download.

    The downloaded package is named mongodb-mms-<version>.x86_64.rpm, where <version> is the version number.

3

Note

Upgrade Mode for Highly Available Ops Manager Applications

If you have an Ops Manager 4.4 installation with more than one Ops Manager host pointing to the same Application Database, this Ops Manager deployment runs with high availability. After you upgrade one Ops Manager host of a highly available Ops Manager deployment, that deployment enters Upgrade Mode.

To install the .rpm package on the upgraded Ops Manager host, issue the following command, where <version> is the Ops Manager version:

sudo rpm -Uvh mongodb-mms-<version>.x86_64.rpm

When upgrading to Ops Manager 5.0.x, Ops Manager keeps the current /opt/mongodb/mms/conf/conf-mms.properties file. Ops Manager saves the conf-mms.properties installed with this version as /opt/mongodb/mms/conf/conf-mms.properties.rpmnew.

Warning

Don't add passwords or secrets to JVM arguments in the mms.conf file. Ops Manager exposes them as plain text in the diagnostic archives.

4

The following existing files block upgrading an Ops Manager 4.2 installation using RPM:

  • /etc/init.d/mongodb-mms

  • /etc/init.d/mongodb-mms-backup-daemon

To complete the upgrade:

  1. Issue the following commands to move the old init files:

    sudo mv /etc/init.d/mongodb-mms /etc/init.d/mongodb-mms-5.0
    sudo mv /etc/init.d/mongodb-mms-backup-daemon /etc/init.d/ mongodb-mms-backup-daemon-5.0
  2. Issue the following commands to symbolically link the Ops Manager files to their init files:

    sudo ln -s /opt/mongodb/mms/bin/mongodb-mms /etc/init.d/mongodb-mms
    sudo ln -s /opt/mongodb/mms/bin/mongodb-mms-backup-daemon /etc/init.d/mongodb-mms-backup-daemon
5

On RHEL, CentOS, SUSE12 hosts that use systemd, issue the following command:

sudo service mongodb-mms start

For platforms that use SysVInit, issue the following command:

sudo /etc/init.d/mongodb-mms start

Note

The logs that Ops Manager generates during startup may temporarily pause at Starting pre-flight checks while Ops Manager upgrades all its servers to the same version.

6

Log into the Ops Manager host that you upgraded after it restarts. If your login succeeds, the upgrade succeeded.

If your login succeeded, repeat these steps on the next host in your high availability Ops Manager deployment.

7

Once your upgrade has finished, login to your Ops Manager instance. Ops Manager displays a banner that says One or more agents are out of date.

Click Update All Agents, then confirm the changes.

Important

If Ops Manager manages your MongoDB Tools, the tool versions are upgraded with the agents.

If Ops Manager manages your BI Connector, the BI Connector version is upgraded with the agents.

Use this procedure to upgrade Linux systems that do not use deb or rpm packages.

1

Issue the following command to stop the Ops Manager Application:

<install_dir>/bin/mongodb-mms stop
2

On the Ops Manager host that you're upgrading, back up your existing configuration files and logs to a directory other than the install directory.

Important

You need the backed-up <install_dir>/conf/conf-mms.properties file for later in this procedure.

Example

The following commands back up the configuration files and logs to your home directory:

cp -a <install_dir>/conf ~/mms_conf.backup
cp -a <install_dir>/logs ~/mms_logs.backup

You must also back up the gen.key file that Ops Manager uses to encrypt and decrypt Ops Manager's backing databases and user credentials. Ops Manager requires an identical gen.key file on every server that is part of a highly available Ops Manager deployment.

3
  1. Open your preferred browser to visit the MongoDB Download Center on MongoDB.com.

    If you start from MongoDB.com, click Products Ops Manager Try it now.

  2. From the Version dropdown menu, click one of the provided stable versions.

  3. From the Platform dropdown menu, click one of the following options:

    • Red Hat + CentOS 7, 8 / SUSE 12 + 15 / Amazon Linux 2

    • Debian 9, 10, 11 / Ubuntu 18.04

  4. From the Package dropdown menu, click tar.gz.

  5. Click Download.

    The downloaded package is named mongodb-mms-<version>.x86_64.tar.gz, where <version> is the version number.

4

Note

Upgrade Mode for Highly Available Ops Manager Applications

If you have an Ops Manager 4.4 installation with more than one Ops Manager host pointing to the same Application Database, this Ops Manager deployment runs with high availability. After you upgrade one Ops Manager host of a highly available Ops Manager deployment, that deployment enters Upgrade Mode.

Navigate to the directory into which you want to install Ops Manager. Extract the archive to that directory:

tar -zxf mongodb-mms-<version>.x86_64.tar.gz

Important

To install a new version in the same directory as the old version, follow these steps:

  1. Rename the current installation directory.

    mv <install_dir> <install_dir_old>
  2. Create a new directory with the original name of your old directory.

    mkdir <install_dir>

This avoids an empty installation directory and code library conflicts.

5

All log files should be restored. Most, but not all, configuration file should be restored. Restore:

conf-mms.properties
The settings for this Ops Manager deployment.
gen.key
The encryption key for the backing databases of this Ops Manager deployment.

Example

These commands restore the configuration files and logs from your home directory:

cp -a ~/mms_logs.backup <install_dir>/logs
cp -a ~/mms_conf.backup/conf-mms.properties <install_dir>/conf/conf-mms.properties
cp -a ~/mms_conf.backup/gen.key <install_dir>/conf/gen.key

Note

In high availability instances of Ops Manager, the Backup Daemon waits for all nodes to upgrade before starting.

6

The mms.conf file is rarely customized, as it contains port and JVM configuration settings. If you modified the ports or the JVM settings that Ops Manager uses, you need to re-apply those changes from your backup copy to the mms.conf file after Ops Manager is upgraded.

Warning

Don't add passwords or secrets to JVM arguments in the mms.conf file. Ops Manager exposes them as plain text in the diagnostic archives.

The upgrade to Ops Manager 4.1 and 4.2 removed the -d64 flag from the JAVA_MMS_UI_OPTS parameter.

7

Issue the following command:

<install_dir>/bin/mongodb-mms start
8

Log into the Ops Manager host that you upgraded after it restarts. If your login succeeds, the upgrade succeeded.

If your login succeeded, repeat these steps on the next host in your high availability Ops Manager deployment.

9

Once your upgrade has finished, login to your Ops Manager instance. Ops Manager displays a banner that says One or more agents are out of date.

Click Update All Agents, then confirm the changes.

Important

If Ops Manager manages your MongoDB Tools, the tool versions are upgraded with the agents.

If Ops Manager manages your BI Connector, the BI Connector version is upgraded with the agents.

The pre-flight check output or startup log should include an error like Unrecognized VM option 'UseParNewGC'. This error may occur if any of the following files have been edited:

  • /etc/rc.d/init.d/mongodb-mms

  • mms.conf

  • conf-mms.properties

Remove -XX:+UseParNewGC from the config files to resolve this issue.

Depending on your Linux distribution and local configurations, Ops Manager may replace any changes you made to your configuration file on upgrade. In Ops Manager 5.0 and later, if you use RPM packages, Ops Manager no longer updates the configuration file upon upgrade. If a new Ops Manager version requires new properties in the configuration file, you must add them to the file upon upgrade.

When upgrading, update the mongo.mongoUri value to include the new parameters introduced with the MongoDB Java driver. By default, this driver enables retryable reads and retryable writes. If you set custom logic to retry reads and writes, the attempts may take too long. To disable these default values, add the following to your connection string:

Example

mongodb://SERVER:PORT/?maxPoolSize=150&retryWrites=false&retryReads=false

The pre-flight check output or startup log should include an error like Unrecognized VM option 'UseParNewGC'. This error may occur if any of the following files have been edited:

  • /etc/rc.d/init.d/mongodb-mms

  • mms.conf

  • conf-mms.properties

Remove -XX:+UseParNewGC from the config files to resolve this issue.

Depending on your Linux distribution and local configurations, Ops Manager may replace any changes you made to your configuration file on upgrade. In Ops Manager 5.0 and later, if you use RPM packages, Ops Manager no longer updates the configuration file upon upgrade. If a new Ops Manager version requires new properties in the configuration file, you must add them to the file upon upgrade.

The pre-flight check output or startup log should include an error like Unrecognized VM option 'UseParNewGC'. This error may occur if any of the following files have been edited:

  • /etc/rc.d/init.d/mongodb-mms

  • mms.conf

  • conf-mms.properties

Remove -XX:+UseParNewGC from the config files to resolve this issue.

Depending on your Linux distribution and local configurations, Ops Manager may replace any changes you made to your configuration file on upgrade. In Ops Manager 5.0 and later, if you use RPM packages, Ops Manager no longer updates the configuration file upon upgrade. If a new Ops Manager version requires new properties in the configuration file, you must add them to the file upon upgrade.

When upgrading, update the mongo.mongoUri value to include the new parameters introduced with the MongoDB Java driver. By default, this driver enables retryable reads and retryable writes. If you set custom logic to retry reads and writes, the attempts may take too long. To disable these default values, add the following to your connection string:

Example

mongodb://SERVER:PORT/?maxPoolSize=150&retryWrites=false&retryReads=false

This warning displays due to the version of the Guice library that Ops Manager uses. You can safely ignore this warning.

Back

Pass Outgoing Traffic through HTTP Proxy