Docker Compose
Stop the service from the existing package.
cd jfrog-valkey-compose docker-compose -p valkey -f docker-compose-valkey.yaml downDownload the new installer package.
Extract the contents of the new compressed archive and go to the extracted folder.
cd jfrog-valkey-compose
Copy the contents of the
.envfile in the installation to the newly created.envfile in this archive without copying the versions, as this will affect the upgrade.Run the installer script and follow the instructions.
./config.sh
RPM/ Debian/ Linux Archive
Download the new installer package.
Extract the contents of the new compressed archive and go to the extracted folder.
cd jfrog-valkey-<linux/rpm/deb>/valkey-<OS_FLAVOUR>/app/bin
Run the installer script and follow the instructions.
./install-valkey-service.sh
Note
This script must be run by the same user who performed the Valkey installation.
If Valkey is already on the latest version, this script will display the version information and exit. Otherwise, it will upgrade Valkey to the latest version.
Helm
Update the existing deployed version to the updated version.
helm repo update helm upgrade --install xray jfrog/xray --namespace xray -f values.yaml