Backing up and restoring data in traditional environments
Learn how to back up and restore your product in traditional environments.
Process Mining
You must back up the following data for Process Mining:
<PM_HOME>/repository/data
- dump Mongo database
For more information, see Mongo documentation.
Do the following steps to restore Process Mining data:
- Stop all services.
- Replace
<PM_HOME>/repository/data
with data from backup. - Restore Mongo database. For more information, see Mongo documentation.
Task Mining
You must back up the following data for Task Mining:
<TM_HOME>/data
- dump Mysql or Db2 database
For more information, see Mysql documentation or Db2 documentation.
Do the following steps to restore Task Mining data:
- Stop all services.
- Replace
<TM_HOME>/data
with data from backup. - Restore Mysql or Db2 database. For more information, see Mysql documentation or Db2 documentation.