Limited support

 

This version of the product is in limited support. However, the documentation is available for your convenience. You will not be able to leave comments. Click here to view the documentation for the current version.

Upgrading standalone MongoDB

When you upgrade a standalone MongoDB, the MongoDB server is down during the upgrade process.

  1. Download the version 3.4 binaries ( http://www.mongodb.org/downloads ).

  2. Upgrade mongodb binaries

    1. Stop the mongod instance. 
      Windows: Go to Services and stop Mongod service.
      Unix: Run the following command:
      /etc/init.d/<mongod service name> stop
    2. Replace the existing binaries with the 3.4 mongod binaries.
      Location: \bmc software\Smart_IT_MyIT\Smart_IT_MyIT\mongodb\bin 
    3. Start the mongod instance. 
      Windows: Go to Services and start Mongod service.
      Unix: Run the following command:
      /etc/init.d/<mongod service name> start

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Comments