Migrating Configuration Data 4.x.x → 6.x.x — Container Edition
Migrating the configuration data to Boomi Cloud API Management – Local Edition 6.x.x is a two-step procedure. It is applicable when migrating the configuration data from the Local Edition 4.x.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.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 Local Edition 6.x.x database.migrate_config.log
Importing Configurations
To import configurations from Boomi Cloud API Management – Local Edition 6.x.x, 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 Local Edition 6.x.x:migrate.py --import_config
Run import configuration after Local Edition 6.x.x has finished syncing with MoM.