Skip to main content
Feedback

Migrating Tokens 5.x → 6.0.0 — Untethered Mode

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

  1. Exporting tokens.

  2. Importing tokens to Boomi Cloud API Management – Local Edition 6.0.0.

Exporting tokens

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 tokens to the Boomi Cloud API Management – Local Edition 6.0.0, run the following script:

    migrate.py --export_tokens

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 tokens to the Boomi Cloud API Management – Local Edition 6.0.0 database, run the following script:

    migrate.py --import_tokens
On this Page