Installation Guide
Pulse 4.x.x
Overview
Prerequisites
Installation
Advanced Installation
Admin UI (K8S only)
Pulse Administration
Advanced Feature Integrations
Developer Tools
Troubleshooting
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
MongoDB Manual Upgrade
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
This document describes the steps to manually upgrade MongoDB.
- Pull or load the required MongoDB container images.
| For Online installations | For air-gaped installations |
|---|---|
|
Upgrade to Version 4.4
- Retag the version 4.4.20 to 3.2.0 by executing the following command.
Bash
docker tag 191579300362.dkr.ecr.us-east-1.amazonaws.com/acceldata/ad-database:migrate-4.4.20 191579300362.dkr.ecr.us-east-1.amazonaws.com/acceldata/ad-database:3.2.0- Restart the
ad-dbservice by executing the following command.
Bash
accelo restart ad-db -d- Exec into the
ad-dbcontainer by executing the following command.
Bash
docker exec -it ad-db_default bashExecinto the mongo shell by executing the following command.
Bash
mongo mongodb://accel:ACCELUSER_01082018@localhost:27017- Set the compatibility version to 4.4.
Bash
db.adminCommand( { setFeatureCompatibilityVersion: "4.4" } )The expected output for the above command is as follows.
{ "ok" : 1 }
- Exit the mongo shell by executing the following command.
Bash
quit- Exit the
ad-dbcontainer by executing the following command.
Bash
exitUpgrade to Version 5.0
- Retag the version 5.0.16 to 3.2.0 by executing the following command.
Bash
docker tag 191579300362.dkr.ecr.us-east-1.amazonaws.com/acceldata/ad-database:migrate-5.0.16 191579300362.dkr.ecr.us-east-1.amazonaws.com/acceldata/ad-database:3.2.0- Restart the
ad-dbservice by executing the following command.
Bash
accelo restart ad-db -dExecinto thead-dbcontainer by executing the following command.
Bash
docker exec -it ad-db_default bashExecinto the mongo shell by executing the following command.
Bash
mongo mongodb://accel:ACCELUSER_01082018@localhost:27017- Set the compatibility version to 5.0 by executing the following command.
Bash
db.adminCommand( { setFeatureCompatibilityVersion: "5.0" } )The expected output for the above command is as follows.
{ "ok" : 1 }
- Exit out of the mongo shell by executing the following command.
Bash
quit- Exit the
ad-dbcontainer by executing the following command.
Bash
exitUpgrade to Version 6.0.5
- Retag the version 6.0.5 to 3.2.0 by executing the following command.
Bash
docker tag 191579300362.dkr.ecr.us-east-1.amazonaws.com/acceldata/ad-database:migrate-6.0.5 191579300362.dkr.ecr.us-east-1.amazonaws.com/acceldata/ad-database:3.2.0- Restart the
ad-dbservice by executing the following command.
Bash
accelo restart ad-db -d- Exec into the
ad-dbcontainer by executing the following command.
Bash
docker exec -it ad-db_default bashExecinto the mongo shell by executing the following command.
Bash
mongosh mongodb://accel:ACCELUSER_01082018@localhost:27017Since compatibility was already 5.0, upgrade goes as expected and you need not take any other action.
Validate the MongoDB Migration
If the Pulse Web UI loads without any issues, the DB migration is successful. Clear the browser cache and check few dashboard pages to validate.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
Enable Notifications for All ChannelsFor additional help, contact www.acceldata.force.com OR call our service desk +1 844 9433282
Copyright © 2026
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message