Using the latest JFrog products?
JFrog Platform User Guide
JFrog Xray 2.x Documentation
To get the latest version, go to the JFrog Unified Platform
Docker Installation
Stop all services and third party software from each one of the running nodes:
./xray stop all
Stop any externalized databases before starting the upgrade process.
Download the new script from the Xray Download Page, and copy it into each node
Upgrade the first node:
./xray upgrade
Start Xray on the first node:
./xray start all
Which is my primary node?
The "installer.info" file will specify the primary node as "XRAY_FIRST_NODE".
Start any externalized databases before initializing Xray.
Upgrade Xray on additional cluster nodes:
./xray upgrade
Start Xray on additional cluster nodes:
./xray start all
Linux Installation
Stop all services and third party software from each one of the running nodes:
/opt/jfrog/xray/scripts/xray.sh stop all
Stop any externalized databases before starting the upgrade process.
Download the new installer from the Xray Download Page
Extract the downloaded installation archive:
tar -xzf xray-<linux-flavor>-latest.tar.gz
Run the installation script on the first node:
./installXray-<linux-flavor>.sh
Which is my primary node?
The "installer.info" file will specify the primary node as "XRAY_FIRST_NODE".
Start Xray on the first node:
./xray start all
Start any externalized databases before initializing Xray.
Repeat steps 2 through 5 for all additional cluster nodes.