Config migration tool
The configuration migration tool migrates v0.2.2 and v0.3+ Doorman and Network Map configurations to v1.0 Identity Manager and Network Map configurations. Norman (v0.2.2 combined Network Map and Doorman) configurations produce separate Identity Manager and Network Map configurations.
Only v0.2.2 or v0.3+ configurations can be migrated using this tool.
Usage
java -jar config-migration-tool-<<version>>.jar --config-file <<config_file>> [options]
--source-config-version
must be set to either 0.2.2 for v0.2 configurations or 0.3 for 0.3+ configurations.v0.2.2 deployments of CENM require the data to be migrated to the v0.3+ database schema to function with
the v1.0 configurations generated by this tool. See
Upgrading Corda Enterprise Network Manager.
Example
java -jar config-migration-tool-<<version>>.jar \
--config-file ./doormanv022.conf \
--source-config-version 0.2.2 \
--destination-dir someDir
Optional command-line option
--destination-dir
will default to output
if omitted.