Cortex XSOAR automatically backs up the database. In some cases, you might need to restore one or more partitions, without needing to restore the entire database.
Note
As of Cortex XSOAR version 6.1, any XSOAR service that uses the Elasticsearch database no longer runs automatic backups. To back up or restore the contents of your Elasticsearch database, follow the instructions in the Elasticsearch documentation.
Log out all users from Cortex XSOAR.
Stop the tenant process.
Go to → → , select the tenant account, and click Stop.
Backup the index directory. The default directory is
/var/lib/demisto/tenants/acc_.{TENANT_NAME}/data/demistoidxtar -czvf filename.tar.gz /var/lib/demisto/tenants/acc_{TENANT_NAME}/data/demistoidxDelete the contents of the index folder.
Move the
demisto_XXXXX.dbfiles to the partitionsData folder.Set permissions.
sudo chown -R demisto:demisto /var/lib/demisto/tenants/acc_{TENANT_NAME}/dataRestart the tenant process and log in to Cortex XSOAR.
Go to → → , select the tenant account, and click Start. The entire database will be reindexed and the process might take time to complete.