Skip to main content
Feedback

Migrating Configuration Data 4.x → 6.1.0 — Embedded Edition

Migrating the configuration data to Local Edition 6.1.0 is a two-step procedure.

  1. Exporting the configuration data to an SQL file.

  2. Importing the SQL file to the Local Edition database.

Exporting Configurations

To export the configuration from Boomi Cloud API Management – Local Edition 4.x, run the following command:

migrate.py --export_config

The following files are generated upon successful export:

  • api_data.sql: It has the contents to be exported to Boomi Cloud API Management – Local Edition 6.1.0 database.
  • migrate_config.log

Importing Configurations

To import configurations from Boomi Cloud API Management – Local Edition 6.1.0, run the following command:

./migrate.py --import_config
note

Run import configuration after Boomi Cloud API Management – Local Edition 6.1.0 has finished syncing with MoM.

On this Page