Skip to content

Transfer Configuration

This page details how to export and import a configuration into AireFrame. This allows you to easily transfer your configuration across multiple tenants.

Setup Git Repository

In order to use the import/export functionality you will need to setup a git repository. This is where the configuration files will be written to and read from.

The git repository settings use AireVault variables and secrets so the configuration can be shared across products.

Once you have setup a git repository, you will be able to import and export AireFrame configuration.

TIP

All your configuration changes should be made in the development environment, tested and then exported.

Then you can import into the staging and production environments.

Export Configuration

Exporting a configuration will generate a JSON file of the current configuration and write to the git repository as the latest version. If there are no existing versions, this will be version 1.

Import Configuration

Importing a configuration will update any items that matches the key and type and create any that do not exist. If the import fails your configuration will revert to the what is was before the import started.

After clicking confirm the import job is run in the background as it may take some time. You will be notified on completion or failure.