Backup / Restore (from file/daily) Follow
From time to time you may want to backup or import a specific service/s, application/s, test case/s, test agent/s, RPA or even the entire Service Manager, to move them between environments or perform a full system backup.
Performing a full backup
1) Login to ServiceManager using the administrator username and password
2) Click on the Admin tab
3) Under the Data Management, click on Backup
This will create a backup file that will be downloaded to your local PC's Downloads directory called: auraplayer_backup_YYYYMMDD.zip.
It can take several time, depending on the size of your system.
This file can then be used to restore into another AuraPlayer service manager instance afterwards.
Restoring a full backup
1) Login to ServiceManager using the administrator username and password
2) Click on the Admin tab
3) Under the Data Management, click on Restore ->
- from file (migrate): if you have created a backup previously, usually a file called auraplayer_backup_YYYYMMDD.zip
- daily backup: to choose an existing scheduled backup of the server. Service Manager will perform an automated daily full backup at 20:00 - you can change it on Admin -> System Properties -> HOUR_OF_BACKUP_EXECUTION
4) Click 'Open'
This will restore the items from the backup into the Service Manager.
It can take several time, depending on the size of your file.
Performing a backup / restore of a specific or multiple items
To create a backup for a specific or multiple items, which can be a service, an application, a test case, a test group, a test agent or a RPA
1) Login to ServiceManager using the administrator username and password
2) Click on the desired item tab (in this example, we'll click on Services)
3) Set the checkbox next to the preferred item or items names
4) press “Action" and select “Backup”.
It will be saved to your PC as a zip file. This file can then be used to restore into another AuraPlayer service manager.
To restore the backed-up file(s)
1) Login to ServiceManager using the administrator username and password
2) Click on the Admin tab
3) Under the Data Management, click on Restore -> from file (migrate)
4) Select the desired zip file
5) Check if the item (or items) was restored properly
Using an API call
<html> <head> <title>Restore backup</title> </head> <body> <form enctype= "multipart/form-data" <input type= "file" name= "uploadedFile" > <br/><br/> <input type= "submit" value= "Upload" > </form> </body> </html> |
Comments
0 comments
Please sign in to leave a comment.