Upgrade the Live Backup Environment - Administrator Guide - 6.9 - Cortex XSOAR - Cortex - Security Operations

Cortex XSOAR Administrator Guide

Product
Cortex XSOAR
Version
6.9
Creation date
2022-09-29
Last date published
2024-04-15
End_of_Life
EoL
Category
Administrator Guide
Abstract

Upgrade your live backup environment for Cortex XSOAR.

Follow this procedure when upgrading your Cortex XSOAR version.

Caution

Before you begin, verify that your system meets the system requirements, including the required operating system.Cortex XSOAR System Requirements

Note

The -y flag answers all installer questions with y/yes and uses default settings, including accepting the Cortex XSOAR EULA. If you apply the -y flag when upgrading the Live Backup Environment, it uses /tmp as the backup directory. If there is insufficient space in the /tmp directory to back up the /var/lib/demisto/data directory, the upgrade will fail.

  1. Stop the main Cortex XSOAR server and the DR Cortex XSOAR server by typing the following command.

    sudo systemctl stop demisto

  2. Upgrade the DR Cortex XSOAR server.

    sudo ./demisto.sh -- -dr -y

    (Multi-tenant) - For multi-tenant deployments: sudo ./demistoserver-X.sh -- -multi-tenant -dr -y

  3. Upgrade the main Cortex XSOAR server.

    sudo ./demisto.sh -- -y

    (Multi-tenant) - For multi-tenant deployments: sudo ./demistoserver-X.sh -- -multi-tenant -y

  4. If the DR Cortex XSOAR server did not start, restart the DR Cortex XSOAR server.

    sudo systemctl start demisto

  5. If the main Cortex XSOAR server did not start, restart the main Cortex XSOAR server.

    sudo systemctl start demisto