Provide the database schema on the shared ARIS database instance. The following steps are valid for all supported external database management systems (DBMS).
Stop the ARIS Risk & Compliance Manager component with stop arcm_m.
Create a new tenant schema on the shared ARIS database following the instructions in the ARCM - Installation guide, chapter ARIS Risk & Compliance Manager installation using an Oracle or a Microsoft® SQL Server database.
Add the tenant schema to the ARIS external service of type DB by following the instructions in the ARCM - Installation guide, chapter Add tenant schema of ARIS Risk & Compliance Manager.
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 & Compliance Manager 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 & Compliance Manager, restrict the command by for ARCM:
restore tenant <tenantName> for ARCM from <pathToStoredTenantBackup> username=system password=manager
ARIS Risk & Compliance Manager 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.