Navigation
This version of the documentation is archived and no longer supported. To learn how to upgrade your version of MongoDB Ops Manager, refer to the upgrade documentation.
You were redirected from a different version of the documentation. Click here to go back.

Upgrade from Version 1.2 and Earlier

On this page

Warning

To use Ops Manager 1.6 Automation to manage MongoDB Enterprise deployments, you must first install the MongoDB Enterprise dependencies to each server that runs MongoDB Enterprise. You must install the dependencies to the servers before using Automation.

Note that Automation does not yet support use of the MongoDB Enterprise advanced security features (SSL, LDAP, Kerberos, and auditing). Automation will support these features in the next major Ops Manager release.

To run MongoDB Enterprise with advanced security now, deploy MongoDB Enterprise manually (not through Automation) and use Ops Manager only for Monitoring and Backup.

Overview

Because of a company name change, the name of the Ops Manager package changed between versions 1.2 and 1.3. Therefore, to upgrade from any version before 1.3, use the following procedure:

Procedure

  1. Recommended. Take a full backup of the MMS database before beginning the upgrade procedure.

  2. Shut down MMS, using the following command:

    /etc/init.d/10gen-mms stop
    
  3. Download the latest Ops Manager package from the downloads page and proceed with the instructions for a fresh install. Do not attempt to use your package manager to do an upgrade.

  4. Follow the procedure for a new install, including steps to configure the conf-mms.properties file. If you used encrypted authentication credentials you will need to regenerate these manually. Do not copy the credentials from your old properties file. Old credentials will not work.

  5. Start Ops Manager using the new package name.

    For upgrades using rpm or deb packages, issue:

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

    For upgrades using tar.gz or zip archives, issue:

    <install_dir>/bin/mongodb-mms start
    
  6. Update the Monitoring Agent. See Install Monitoring Agent for more information.