Skip to content

Updating MongoDB 7.0.1 to 7.0.2


  1. Install the new version as described in Installing MongoDB.

    Your current mongod.conf configuration file will be copied to mongod.conf.bak.

    The database content will remain untouched.

  2. In an editor open the configuration file mongod.confand check that the "certificateKeyFile" still points to the correct certificate file and that "CAFile" and "tlsUseSystemCA" are not both set, because they are mutually exclusive.


Back to top