Apply a console export file

This section explains how to apply an export file created in the same Collibra version as your current version. You can use export files to recover from data corruption or transfer data between environments.

Important 

Steps

You can apply an export file from the Console Export Files page or the environment overview page:

  1. Open Collibra Console with a user profile that has at least the ADMIN role.

    Collibra Console opens with the Infrastructure page.

  2. In the main menu, click Console Export Files.

    The Console Export Files page appears.

  3. Click Apply Restore in the row of the export file you want to restore.
  4. Click the name of an environment to show its details.
  5. Click MoreApply console export file.
  6. In the Applying console export file dialog box, enter the required information:
    OptionDescription
    EnvironmentSelect the environment where you want to apply the export file.
    BackupSelect the export file you want to apply.
    IncludeYou can apply an export file fully or partially.

    Note If the file is a partial export, you cannot select the excluded options.

     Data
    The core database data of the Collibra environment. This encompasses all data related to communities, domains, assets, users, operating model, and similar objects.
     History
    Data activity and snapshot-related information.
     Configuration
    The Data Governance Center service configuration options.

    Warning Do not select this option if you restore a console export file from another environment, as it will overwrite the configuration of your current environment. This can prevent your environment from starting up again.

     Customizations

    Customization files such as custom modules, styling, page definitions, and email templates.

    This includes files that are located in the Collibra user home directory and files that are used to customize the Collibra environment (/opt/collibra_data/console/config), such as the ones in:

    • email-templates
    • groovy-lib
    • images
    • page-definitions
    • security
    • styling
    • translations
    • modules (if available)
  7. Click Apply console export file.

The console export file is applied to the selected environment. The time to apply an export file depends on the amount of data it contains. During this time, your environment is unavailable. The process is complete when all services in your environment have the running status again.

What's next

When you include the configuration option, the database connection information in the console export file is ignored. The restore process ensures that the entire exported configuration is applied to the current configuration without modifying the current database connection. This means the existing database connection is used to restore the data. After the restore, the Collibra environment continues to use the same database connection.

Note