Upgrade JFrog Valkey

JFrog Installation & Setup Documentation

Content Type
Installation & Setup
Docker Compose
  1. Stop the service from the existing package.

    cd jfrog-valkey-compose
    docker-compose -p valkey -f docker-compose-valkey.yaml down
            
  2. Download the new installer package.

  3. Extract the contents of the new compressed archive and go to the extracted folder.

    cd jfrog-valkey-compose
  4. Copy the contents of the .env file in the installation to the newly created .env file in this archive without copying the versions, as this will affect the upgrade.

  5. Run the installer script and follow the instructions.

    ./config.sh
RPM/ Debian/ Linux Archive
  1. Download the new installer package.

  2. 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
  3. 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