Upgrade Pulse
The following steps walk you through the process of upgrading the Pulse CLI and UI versions:
- Obtain the Pulse latest version ID, such as 3.8.x, from the Acceldata Support Team.
- Update the
ImageTag
inACCELO_HOME/config/accelo.yml
- Take a backup of the
accelo
file and download the latest version foraccelo.linux
CLI - Move and make the latest
accelo
cli file executable, and check the updated Pulse information for Accelo CLI Version and AccelData ImageTag.
mv accelo.linux accelo
chmod +x ./accelo
- Follow the steps required to migrate Pulse to the latest version as described in the sub-section of this document.
- For the online installations, run the following command and press 'Y' at the prompt to get the most recent binaries.
accelo login docker
accelo pull all
For the Offline Installations, download all the latest image packs and run the following command to upload the latest images
docker load -i
- Restart all containers, including database(s), with the following command
accelo restart all -d
Was this page helpful?