I'm trying to determine the correct upgrade process for a 3 node cluster running 9.x sitting behind a load balancer.
Looking at the cluster configuration we find :
Can I confirm that the correct cluster upgrade sequence from 9.x to 10.x Server is :
Have I missed anything?
Is there anything I can look for on each node that tells me specifically that a node is an e-node or d-node?
Thanks.
Unless you are attempting to perform a rolling-upgrade (probably not necessary for a small 3-node cluster that only has one D-node), it is easiest to just shut them all down, uninstall the converters and MarkLogic, install the new version of server and converters, then start them all up and complete the upgrade in the Admin UI.
https://docs.marklogic.com/guide/installation/procedures#id_77358
- Stop MarkLogic Server (as described in step 1 of Removing MarkLogic).
- Uninstall the old MarkLogic 9 release (as described in Removing MarkLogic). If you want to uninstall MarkLogic 9.0-4 or later, and if the converters package was previously installed with it, you will have to perform a two-step uninstall: first uninstall MarkLogic Converters and then uninstall MarkLogic Server. For more detail, see MarkLogic Converters Installation Changes Starting at Release 9.0-4 and Removing MarkLogic.
- Install the new MarkLogic 10 release (as described in Installing MarkLogic).
- If you want to install MarkLogic 9.0-4 or later, and you plan to use the converters package with it, you will have to perform a two-step installation: first install MarkLogic Server and then install MarkLogic Converters. For more detail, see MarkLogic Converters Installation Changes Starting at Release 9.0-4 and Installing MarkLogic.
- Start MarkLogic Server (as described in Starting MarkLogic Server).
- Open the Admin Interface in a browser (http://localhost:8001/).
- When the Admin Interface prompts you to upgrade the databases and the configuration files, click the button to confirm the upgrade.