Cloud customer?
Start for Free>
Upgrade in MyJFrog >
What's New in Cloud >







Overview

The JFrog Artifactory and JFrog Xray roles support software upgrades using Ansible Collection.

Before You Proceed

确保你可以恢复您的摩根富林明rog Platform and database in case you encounter any issues during the upgrade process, we strongly recommend you make sure yoursystem and database backups are up to date.

Page Contents


Upgrading with the Ansible Collection

All JFrog product roles support software updates. To use a role to perform a software update only, use the__upgrade_only_ variableand specify the version. See the following example.

- hosts: artifactory_servers vars: artifactory_version: "{{ lookup('env', 'artifactory_version_upgrade') }}" artifactory_upgrade_only: true roles: - artifactory - hosts: xray_servers vars: xray_version: "{{ lookup('env', 'xray_version_upgrade') }}" xray_upgrade_only: true roles: - xray
  • No labels
Copyright © 2023 JFrog Ltd.