Upgrading to new Tungsten Dashboard version
The install.pl command will upgrade an existing configuration if it is executed from within the new directory which was created by unpacking
the software archive.
The upgrade will prompt for the same configuration options as when the initial installation was performed, and detect an existing Tungsten Dashboard version running. You will then be prompted to continue. An example of the process detecting the running dashboard is as follows:
Example of a detected Docker deployment:
Docker service 'tungsten-dashboard' is already running.
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
52594391c843 tungsten-dashboard:8.0.0 "java -jar /app/dash…" 40 minutes ago Up 40 minutes (healthy) tungsten-dashboard-service-1
Do you want to upgrade the existing deployment? [y/N]:
Example of a detected kubernetes deployment:
Kubernetes deployment 'tungsten-dashboard' already exists.
NAME READY UP-TO-DATE AVAILABLE AGE
tungsten-dashboard 1/1 1 1 40m14s
Do you want to upgrade the existing deployment? [y/N]:
This process could be thought of as the Tungsten Clustering equivalent of tools/tpm update --replace-release