API Portal 10.7 | webMethods API Portal for Administrators | Managing Data in API Portal | Backing up and Restoring Tenant-specific Data | Restoring Tenant-specific Data
 
Restoring Tenant-specific Data
The user must be a member of the API Administrator user group.
Note:
Restoring overwrites the existing content in your API Portal instance. Only the user metadata is merged.
When you restore tenant-specific data, the data that is restored depends on the data that is contained in the backup file and the types (all data, API Portal objects, Collaboration data or API analytics) you select.
*To restore tenant-specific data
1. Start the API Portal Cloud Controller (ACC).
2. Run one of the following commands to back up the tenant-specific data:
*To restore data of all app types:
restore tenant tenant_name from backup_location
username=admin_username password=admin_password
*To restore data of a particular app type:
restore tenant tenant_name for apptype1, apptype2 from
backup_location username=admin_username password=admin_password
Note:
Select the following types depending on the data to be restored:
*ABS, ADS, UMC to back up API Portal objects data.
*ECP to back up collaboration data.
*APIPORTAL to back up the lifecycle events and run-time analytics data.
For example, if you want to restore only the collaboration and API Portal analytics data from the backed up file, mybackup.acb located in the C drive, on to the default tenant, the command format would be:
restore tenant default for ECP, APIPORTAL from c:\mybackup.acb
username=adminuser password=adminpass