Exporting and importing Avaya Aura Web Gateway configuration data

Last Updated : Jun 10, 2026 |

You can export the configuration data of an Avaya Aura® Web Gateway node to a .properties file. You can use the exported data to facilitate the Avaya Aura® Web Gateway installation process in migration or reinstall scenarios. The exported file contains all the parameters required for silent installation, and most of the parameters are already properly configured. Therefore, you can install Avaya Aura® Web Gateway in silent mode using this file instead of manually configuring the required settings during the interactive installation.

Configuration file structure

The exported .properties file contains the set of parameters in the following format:

<PARAMETER_NAME>=<PARAMETER VALUE>

For example:

CASSANDRA_VER=3.11.3
INCLUDE_OAUTH=
REST_FRONTEND_HOST=
USE_LDAP_FOR_AUTH=y
KEYSTORE_PW=<>

Most of the parameters required for silent installation contain the required values. For the parameters, such as KEYSTORE_PW, where values are set to <>, you must provide values relevant to the server where you install Avaya Aura® Web Gateway. You do not need to modify parameters that have no value set, such as REST_FRONTEND_HOST.

Limitations

The exported configuration file only supports silent installation. You cannot use this file for interactive installations.

Use case example

The following is a simplified example of an Avaya Aura® Web Gateway node restoration using the exported configuration file:

  1. Redeploy virtual machines.

  2. In the exported configuration file, modify the parameters where values are set to <> according to your deployment settings.

  3. Reinstall the Avaya Aura® Web Gateway application in silent mode using the exported configuration file.

  4. Restore configuration and user data from backup files.