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.
-
Exporting the configuration data to an SQL file.
-
Importing the SQL file to the Local Edition database.
Exporting Configurations
Procedure
-
Log in to the
migration-containerin themigration-pod, and run the following command:docker exec -it migration-container /bin/bash -
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
-
Log in to the
migration-containerin themigration-pod.kubectl exec -it migration-pod --namespace <namespace\_name for 5.x> -- /bin/bash -
Change to folder
/usr/local/bin, and run the following command to import the configurations from Boomi Cloud API Management – Local Edition 6.1.0migrate.py --import_config
Run import configuration after Boomi Cloud API Management – Local Edition 6.1.0 has finished syncing with MoM.