You can back up tenant data using the ARIS Cloud Controller (ACC). Please note that no user can work on this tenant during the backup process.
Prerequisites
Warning
Tenant data is fully backed up only if the user executing the commands has sufficient privileges for all components in every tenant and if all components were selected for the backup.
User administration audit events are not part of the tenant backup.
Extensions, for example, SSL certificates, SAP® Java Connector, and JDBC drivers, added using the enhance ACC command are not backed up.
To avoid data inconsistencies and possible data loss, you must not perform any of the following activities in parallel, neither manually nor scheduled:
- Deleting any Process Governance process instance, process version, or process
- Archiving Process Governance process instances
- Backup/restore tenant (containing Process Governance or ARIS document storage data)
Procedure
backup tenant <tenant name> to <pathToBackUpFile> username=<user name of a user holding the required privileges> password=<this user's password>
such as:
backup tenant default to "f:\\backupDefault.acb" username=y1234 password=managery1234.
Notice the double backslashes. Alternatively, use a single forward slash.
The backup is started. The complete backup is written to one single zip file.
You can restore this tenant using this zip file. Using the restore tenant command will copy the content to an existing tenant. Process Governance backup archives greater than 2 GB might lead to insufficient TEMP space issue when restoring them into ARIS with Oracle back end. For such large backups, extend the temp tablespace size before restoring operation executed.
You can manage tenants also using the ARIS Administration's command line tools or Tenant Management tool.