Expanding Single-Node Deployments to Multi-Node Deployments
If you want to expand an existing single-node deployment to a multi-node deployment retaining your existing assets, you need to take the following steps:
- Create a backup of the single instance including any ElastiCubes that were built on the single node.
si system backup -include-farm
- Build a multi-node instance. See Multi-Node Deployments for more information.
- 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. - Restore the backup in the multi-node machine.
si system restore -name [backup name]
Contact Sisense Support to assist with this process.
.r.