Upgrade your live backup environment for Cortex XSOAR.
Live Backup enables you to mirror your production server to a backup server. In a disaster recovery situation, you can easily convert your backup server to the production server. See Disaster Recovery and Live Backup Overview for more details.
Caution
Before you begin, verify that your system meets the system requirements, including the required operating system.
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 will use /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.
Follow this procedure when upgrading your Cortex XSOAR version.
Stop the main Cortex XSOAR server and the DR Cortex XSOAR server by typing the following command.
sudo systemctl stop demisto
Upgrade the DR Cortex XSOAR server.
sudo ./demistoserver-X.sh -- -dr -y
(Multi-tenant) - For multi-tenant deployments: sudo ./demistoserver-X.sh -- -multi-tenant -dr -y
Upgrade the main Cortex XSOAR server.
sudo ./demistoserver-X.sh -- -y
(Multi-tenant) - For multi-tenant deployments: sudo ./demistoserver-X.sh -- -multi-tenant -y
If the DR Cortex XSOAR server did not start, restart the DR Cortex XSOAR server.
sudo systemctl start demisto
If the main Cortex XSOAR server did not start, restart the main Cortex XSOAR server.
sudo systemctl start demisto