Recommended procedure for all DBMS
Provide the database schema on the shared ARIS database instance. The following steps are valid for all supported external database management systems (DBMS).
Back up tenant of the old ARIS Risk and Compliance version .
Open ARIS Cloud Controller (ACC) console (Start > ARIS Cloud Controller).
Stop the ARIS Risk and Compliance component with stop arcm_m.
Create a new tenant schema on the shared ARIS database following the instructions in ARIS Risk and Compliance installation using an Oracle or a Microsoft® SQL Server database (in the Technical help of the ARIS Risk and Compliance online help > Installation or in the ARCM - Installation Guide.pdf).
Add the tenant schema to the ARIS external service of type DB by following the instructions in Add tenant schema of ARIS Risk and Compliance (in the Technical help of the ARIS Risk and Compliance online help > Installation or in the ARCM - Installation Guide.pdf).
Remove the tenant assignment from the old external service of type DB_ARCM:
unassign tenant <tenant name> from service <serviceId>Example:
unassign tenant default from service db-arcm0000000000
Start the ARIS Risk and Compliance component with start arcm_m again. The instance is now connected to the shared ARIS database instance.
Restore the data to the new schema following the instructions in Restore tenant data .
To restore the data only in ARIS Risk and Compliance, restrict the command by for ARCM:
restore tenant <tenantName> for ARCM from <pathToStoredTenantBackup> username=system password=manager
ARIS Risk and Compliance now uses the database schema on the shared ARIS database instance. The old external service of type DB_ARCM and the corresponding database schema are no longer needed and can therefore be deleted.