Title
Create new category
Edit page index title
Edit category
Edit link
Migrate MongoDB from Version 6.0.X to 8.0.X
To upgrade MongoDB in the ad-db container to version 7.0 and then to 8.0, you must first be running MongoDB version 6.0. MongoDB supports only successive version upgrades.
Upgrade MongoDB using Accelo Binary
Download and load all required container images if you are working in an air-gapped network environment.
Run the following command to upgrade MongoDB to version 8.0.8.
Expected output:
To verify the MongoDB version, exec into the ad-db container and run the following command:
This command returns the currently installed MongoDB version.
Upgrade MongoDB Manually
If you are working in an air-gapped network, download and manually load all required container images.
Instead of using the image 191579300362.dkr.ecr.us-east-1.amazonaws.com/acceldata/ad-database:migrate-8.0.8, you can use the default ad-database image provided with the Pulse v3.8.X release.
The default MongoDB version bundled with Pulse v3.8.X is 8.0.X.
Upgrade MongoDB from Version 6.0.x to 7.0.x
Retag the version
7.0.19topulse_version.
Restart the ad-db service.
Exec into the ad-db container.
Exec into the mongo shell.
Set the compatibility version to
7.0.
Expected Output:
Exit out of the MongoDB shell.
Exit out of the ad-db container.
Upgrade MongoDB from Version 7.0.x to 8.0.x
Retag the version
8.0.8topulse_version.
If you are using the MongoDB image bundled with Pulse v3.8.X, replace the
migrate-8.0.8image with the Pulse version you are upgrading to. The command looks as below.
Replace <pulse-version> with the actual version number, such as 3.8.0.
Restart the ad-db service.
Exec into the ad-db container.
Exec into the MongoDB shell.
Set the compatibility version to
8.0
Expected Output:
Exit out of the MongoDB shell.
Exit out of the ad-db container.
For additional help, contact www.acceldata.force.com OR call our service desk +1 844 9433282
Copyright © 2026