Backing up UI configuration data (on-prem)
Agile Service Manager includes a backup facility, which lets you backup UI configuration settings such as user preferences, topology tools, custom icons, relationship types, rules, and advanced topology settings. This topic describes how to export these settings.
Remember: Backing up and restoring your UI configuration is a two step process. The
first step, exporting data, is described in this topic. The second step, importing data to restore
previous configurations, is described in the Restoring UI configuration data (on-prem) topic.
The tool detects the host, port, and tenant id for the Topology
Service from the following environment variables:
- TOPOLOGY_SERVICE_HOST
- TOPOLOGY_SERVICE_PORT
- TENANT_ID
Important: If you have a standard installation of Agile Service Manager core, and
none of the default settings have been changed, the tool will work without you having to reset any
of these environment variables. However, if you do have a non-standard installation, you need to
reset these before running the tool.
- When to export configuration data
- Agile Service Manager UI configuration settings are stored in the topology service database. If that database is deleted, the configuration settings are also deleted. You may therefore want to create a backup of configuration data if you intend to conduct testing that may involve changes to your database. After installing or rebuilding a new database, you can then restore the configuration data.
- Syntax
- This command must be run from the ASM_HOME directory.
- Parameters
- All parameters are optional.Note: You can run the
backup_ui_configcommand without setting any parameters. If you do, all Agile Service Manager UI configuration settings will be exported to the following default file: $ASM_HOME/data/tools/asm_ui_config.txt
The Agile Service Manager UI configuration data is exported to the specified file in the
$ASM_HOME/data/tools directory. If the -force flag has been
set, an existing backup file is overwritten.
From the backup file, you can restore the settings using the Restoring UI configuration data (on-prem) topic.