Skip to content

Updating MongoDB 7.0.1 to 7.0.2


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

    The database content will remain untouched.

  2. In an editor open the configuration file mongod.conf and check that the entry "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