Installation Guide
Pulse 4.x.x
Overview
Prerequisites
Installation
Advanced Installation
Admin UI (K8S only)
Pulse Administration
Upgrade
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?
Upgrade from V3.3.4, V3.3.5 to V3.3.6
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Upgrade the Docker version to 20.10.x or above.
Steps to upgrade the Docker version:
- Uninstall the current Docker:
Bash
yum remove -y docker-ce docker-ce-cli containerd.io- Install the latest version of Docker:
Bash
yum install -y docker-ce docker-ce-cli containerd.io- To install a specific version of Docker:
Bash
yum install -y docker-ce-24.0.5 docker-ce-cli-24.0.5 containerd.io- Replace 24.0.5 with the appropriate version string
- To list specific versions of docker
Bash
yum list docker-ce --showduplicates | sort -r- Start Docker:
Bash
systemctl start dockerUpgrade Steps from Pulse V3.3.4, V3.3.5, to V3.3.6
Update Configuration: Change the
ImageTagin$AcceloHome/config/accelo.ymlto3.3.6.Push Configuration Update: Execute
accelo admin database push-config -ato update the configuration in the database.Back Up and Update CLI:
- Back up the current
accelofile. Download and update to the latestaccelo.linuxCLI version. - Make the new
acceloCLI executable with:
- Back up the current
Bash
mv accelo.linux accelochmod +x ./accelo- Online Installations: Log in to Docker and download the latest binaries:
Bash
accelo login dockeraccelo pull all- Confirm the download by pressing 'Y' when prompted.
- Offline Installations: Download the latest image packs. Use
docker load -ito upload the latest images. - Update Configuration Files: Apply new keys in
vars.ymland push updated configurations to MongoDB with:
Bash
accelo reconfig clusteraccelo admin database push-config- Restart Containers: Restart all containers, including databases, using
accelo restart all -d. - Manage Hydra Agent:
- Uninstall any existing hydra agent with
accelo uninstall remote. - Install the hydra agent afresh with
accelo deploy hydra.
- Finalize Upgrade: Reconfigure the cluster to apply updated configurations for agents by running
accelo reconfig cluster -a.
Optional Migration Steps for Pulse Versions Below 3.3.6
These steps are relevant for Pulse installations prior to version 3.3.6 that include an Oozie Server using Oracle DB for metadata storage.
- Edit Configuration File: Navigate to
$AcceloHome/configand open theacceldata_<clustername>.conffile for editing with:
Bash
vi $AcceloHome/config/acceldata_<clustername>.conf- Modify Oozie Connector Configuration: Locate the
oozie.connectorssection. Initially, it appears as follows:
Bash
x
oozie.connectors = [{ name = "oozie-connector" type = "others" queryBatchLimit = 100 thread.pool.size = 10 pollIntervalMins = 2 driver = "oracle.jdbc.OracleDriver" url = "jdbc:oracle:thin:@//<OOZIE DB HOST>:<OOZIE DB PORT>/xe?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false" user = "oozie" pass = "BIfSPHgYPE8iZ+0eJI+5yg==" encrypted = true timezone = "Asia/Kolkata" }]- Update the
typefromotherstooracleto reflect the use of Oracle DB. The modified section would look like:
Bash
oozie.connectors = [{ name = "oozie-connector" type = "oracle" queryBatchLimit = 100 thread.pool.size = 10 pollIntervalMins = 2 driver = "oracle.jdbc.OracleDriver" url = "jdbc:oracle:thin:@//<OOZIE DB HOST>:<OOZIE DB PORT>/xe?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false" user = "oozie" pass = "BIfSPHgYPE8iZ+0eJI+5yg==" encrypted = true timezone = "Asia/Kolkata" }]- Save Changes: After making the adjustments, save and close the file.
- Apply Configuration Update: To finalize the changes, execute
accelo reconfig clusterto reconfigure the cluster with the updated settings. The Oozie connectors will appear as follows:
Bash
oozie.connectors = [{ name = "oozie-connector" type = "oracle" queryBatchLimit = 100 thread.pool.size = 10 pollIntervalMins = 2 driver = "oracle.jdbc.driver.OracleDriver" url = "jdbc:oracle:thin:@//<OOZIE DB HOST>:<OOZIE DB PORT>/xe?TNS_ADMIN=/etc/adw" user = "oozie" pass = "BIfSPHgYPE8iZ+0eJI+5yg==" encrypted = true timezone = "Asia/Kolkata" }]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:
Upgrade From Version 3.0.x to 3.3.0For 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