Migrating Tokens 5.x → 6.1.0 / 6.2.0
Migrating tokens to Boomi Cloud API Management – Local Edition 6.1.0 / 6.2.0 is a two-step procedure. It is applicable when migrating tokens from the Boomi Cloud API Management - Local Edition 5.x version.
-
Exporting tokens.
-
Importing tokens to Boomi Cloud API Management – Local Edition 6.1.0 / 6.2.0.
Exporting Tokens from 5.x Cluster
Procedure
-
Log in to the
migration-containerin themigration-pod. Updatedefaultwith the namespace used by Boomi Cloud API Management – Local Edition 5.x. and then run the following command:kubectl exec -it migration-pod --namespace default -- /bin/bash -
To export the tokens, run the following command:
migrate.py --export_tokens
Importing Tokens to 6.1.0 / 6.2.0 Cluster
Procedure
-
Log in to the
migration-containerin themigration-pod.kubectl exec -it migration-pod --namespace default -- /bin/bashnoteIt is recommended to run the command in a
screenshell so that even if the migration pod shell times out, tokens import will not be affected. -
To install the screen shell in the migration pod, run the following command:
apt-get install screen -y -
To start a
screensession, run the following command:screen -S migratetokensIn the above command, you can substitute
migratetokenswith any session name. This will result in starting a screen session withmigratetokens.After the screen session begins, follow the steps listed below to import the exported tokens in the Boomi Cloud API Management – Local Edition 6.x cluster.
-
Log in to the
migration-containerin themigration-pod. Updatedefaultwith the namespace used by Boomi Cloud API Management – Local Edition 5.x, and then run the following command:migrate.py --import_config -
If the screen session gets disconnected or closed, run the following command to connect to the created session:
screen -x migratetokens
-