Skip to main content
Feedback

Migrating Configuration Data 5.x → 6.0.0 — Untethered Mode

Migrating the configuration data to Boomi Cloud API Management – Local Edition 6.0.0 is a two-step procedure. It is applicable when migrating the configuration data from the Local Edition versions 5.3.x, 5.4.x, 5.5.x, and 5.6.x.

  1. Exporting the configuration data to an SQL file.

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

Exporting the Data to an SQL File

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. To export the configuration data to the Boomi Cloud API Management – Local Edition 6.0.0 database, run the following command:

    migrate.py --export_config

Importing the SQL File to 6.0.0 Database

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. To import the configuration data to the Boomi Cloud API Management – Local Edition 6.0.0 database, run the following command:

    migrate.py --import_config
On this Page