Importing and exporting configuration data in Unblu
|
This document describes version 7 of Unblu. If you’re using Unblu Spark 8, go to the latest version of the documentation. |
There are three ways of importing and exporting configuration data in Unblu:
-
Using the
utransferutility to import and export entities themselves with all their attributes, such as name or description, and all corresponding configuration and text properties.utransferis extensively used in projects to transfer configuration from one system to another, such as from testing to production.For more information, see
utransfer. -
Using the Account Configuration interface to perform limited imports and exports of the configuration and text properties of single entities, such as conversation templates, named areas, or teams.
For more information, see Bulk operations.
-
For importing only, using the
entity-import-during-startupproperty that runs inside the Collaboration Server during startup. For this use case,utransferis typically used to create an export file from a system where you have the Account configuration page. Thenentity-import-during-startupis configured in a system where the Account Configuration interface isn’t accessible.For more information, see Importing entity configuration during startup.