tmgodinho commented on code in PR #6849: URL: https://github.com/apache/ignite-3/pull/6849#discussion_r2465972654
########## docs/_docs/installation/migration-from-ai2/config.adoc: ########## @@ -0,0 +1,217 @@ += Configuration Migration + +This section describes how to configure a Ignite 2 cluster into which you will migrate all the components of your Ignite 2 cluster. + +== Configure the Cluster + +You need to configure the cluster you have created to match the Ignite 2 cluster you are migrating from. + +While cluster configuration files for Ignite 2 are XML beans, Ignite 3 uses the HOCON format. Moreover, many configuration structures in version 9 are different from those used in version 8. Review Comment: ```suggestion While cluster configuration files for Ignite 2 are XML beans, Ignite 3 uses the HOCON format. Moreover, many configuration structures in version 2 are different from those used in version 3. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
