Expanding Single-Node Deployments to Multi-Node Deployments

If you want to expand an existing single-node deployment to a multi-node deployment while retaining your existing assets, you need to take the following steps:

  1. Create a backup of your the single instance including any ElastiCubes that were built on the single node.

    si system backup -include-farm

    See Backing up and Restoring Sisense for more information.

  2. Build a multi-node instance. See About Multi-Node Deployments for more information.
  3. Copy the backup created in Step 1 from /opt/sisense/storage/system_backups in the single node to the same directory in the destination node.
  4. Restore the backup in the multi-node machine.
    si system restore -name [backup name]

Contact Sisense Support to assist with this process.