UiPath Documentation
automation-suite
2022.4
false
Automation Suite installation guide

Manual: Disabling the Backup on the Cluster

Important:
  • Disabling the cluster backup will cause data loss. The operation will affect data created between the last scheduled backup and the time you disabled the backup.
  • To disable the backup, you need to perform the operation on all the server nodes of the cluster.

Disabling the Backup on the First Server Node

You can perform this operation on any server node in the cluster. Note that this operation entails disabling etcd (cluster configuration) and data backup at the same time. This setup alone will not disable the backup on the entire cluster. You must disable the backup on the other server nodes as well, if there are any.

To disable etcd and data backup, run:

./install-uipath.sh -i backup.json -o output.json -b --disable-backup --accept-license-agreement
./install-uipath.sh -i backup.json -o output.json -b --disable-backup --accept-license-agreement

Disabling the Backup on the Remaining Server Nodes

This operation disables the etcd backup on the other server nodes. You need to perform this step on the remaining server nodes. You do not have to disable data backup. This is because data backup is not node-specific, but at a cluster level, which you have already disabled via the previous command.

./install-uipath.sh -i backup.json -o output.json -b -j server --disable-backup --accept-license-agreement
./install-uipath.sh -i backup.json -o output.json -b -j server --disable-backup --accept-license-agreement

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated