To upgrade MongoDB from 8.2.3 to 8.2.6 (in-place upgrade)
Procedure
- Stop the Link service.
-
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 - Restart the Link service.