Note:
Reverting to the previous version may be needed in the following scenarios:
- There is failure during upgrade, which is beyond recovery;
- There is an accidental data loss or corruption;
- Upgraded cluster is unusable.
To roll back to a previous version, take the following steps:
-
Make a copy of
cluster_config.json
. -
Verify that the etcd backup data is present on the primary server at the following location:
/mnt/backup/backup/<etcdBackupPath>/<node-name>/snapshots
.etcdBackupPath
– the same as the one specified inbackup.json
while enabling the backup.node-name
– the hostname of the server node.
-
To check the
backupstore
volume backup directory, run the following command:
ls /mnt/backup/backupstore
-
Uninstall Automation Suite on all the nodes. For details, see How to uninstall the cluster.
-
Now restore to the previous version of Automation Suite. Make sure to follow the Backing up and restoring the cluster documentation available for that specific version. For instance, if you tried to upgrade from Automation Suite 2021.10, follow the restore steps in the 2021.10 guide.
-
During the upgrade, scheduled backups were disabled on the primary node. To enable them again, run the following command:
/path/to/old-installer/configureUiPathAS.sh resume-scheduled-backups
Updated 3 months ago