To upgrade MongoDB from 8.2.3 to 8.2.6 (in-place upgrade)

Procedure

  1. Stop the Link service.
  2. Run the upgrade_mongo.sh script and set the --keep-container parameter to true. For example:
    ./upgrade_mongo.sh --target-version=8.2.6 --old-version=8.2.3 --data-dir=/opt/data --keep-container=true
  3. Restart the Link service.