ai-center
2022.4
false
- Release Notes
- Before you begin
- Getting started
- Installing Automation Suite
- Migration and upgrade
- Projects
- Datasets
- ML packages
- Pipelines
- ML Skills
- ML Logs
- Document Understanding in AI Center
- Licensing
- How To
- Basic Troubleshooting Guide
Rollback on error
AI Center User Guide
Last updated Oct 17, 2024
Rollback on error
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
ls /mnt/backup/backupstore - Uninstall AI Center on all the nodes.
- Now restore to the previous version of AI Center. Make sure to follow the Backing up and restoring the cluster documentation available for that specific version.
- Once the restore is complete, make sure you disable the maintenance mode:
/path/to/old-installer/configureUiPathAS.sh disable-maintenance-mode
/path/to/old-installer/configureUiPathAS.sh disable-maintenance-mode - Verify that maintenance mode is disabled by executing the following command:
/path/to/old-installer/configureUiPathAS.sh is-maintenance-enabled
/path/to/old-installer/configureUiPathAS.sh is-maintenance-enabled - 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
/path/to/old-installer/configureUiPathAS.sh resume-scheduled-backups