Migrating Configuration Data 4.x.x → 6.x.x — Embedded Edition
Migrating the configuration data to Local Edition 6.x.x is a two-step procedure.
-
Exporting the configuration data to an SQL file.
-
Importing the SQL file to the Local Edition database.
Exporting Configurations
To export the configuration from Boomi Cloud API Management – Local Edition 4.x.x, 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 exported to Local Edition 6.x.x database.migrate_config.log
Importing Configurations
To import configurations from Local Edition 6.x.x, run the following command:
./migrate.py --import_config
note
Run import configuration after Local Edition 6.x.x has finished syncing with MoM.