Skip to main content
Feedback

Migrating Configuration Data 4.x → 6.1.0 — Container Edition

Migrating the configuration data to Boomi Cloud API Management – Local Edition 6.1.0 is a two-step procedure. It is applicable when migrating the configuration data from the Boomi Cloud API Management – Local Edition 4.x version.

  1. Exporting the configuration data to an SQL file.

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

Exporting Configurations

Procedure

  1. Log in to the migration-container in the migration-pod, and run the following command:

    docker exec -it migration-container /bin/bash
  2. To export the configuration from Boomi Cloud API Management – Local Edition 4.x, go to folder /usr/local/bin, and 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 imported 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:

Procedure

  1. Log in to the migration-container in the migration-pod.

    kubectl exec -it migration-pod --namespace <namespace\_name for 5.x> -- /bin/bash
  2. Change to folder /usr/local/bin, and run the following command to import the configurations from Boomi Cloud API Management – Local Edition 6.1.0

     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