Restoring the server data on Azure Kubernetes Service
You can restore the server data that is backed up in HCL OneTest™ Server when required.
Before you begin
You must have completed the following tasks:
-
Been assigned the same role that was required to install and uninstall the server software.
-
Communicated to the users that HCL OneTest™ Server might be unavailable for some time until the process is complete.
-
Backed up the data from HCL OneTest™ Server.
About this task
Procedure
-
Run the following command to log in to AKS interactively:
az login
The command-line interface opens a browser and displays the Log-in page of AKS. - Sign in with your AKS account credentials.
-
Run the following command to start the restore process of the HCL OneTest™ Server data:
velero restore create --from-backup={backup_file_name} --restore-volumes
Tip: You can run the velero restore describe {backup_file_name} --details command to verify the progress of the restore operation.Note: You must replace{backup_file_name}
with the name that you provided during the backing up of the server data.