Skip to content

Commit 6210048

Browse files
authored
Fix order of steps for cluster node replacement (#60782)
1 parent 7d03e68 commit 6210048

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/admin/monitoring-and-managing-your-instance/configuring-clustering/replacing-a-cluster-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,11 @@ If you need to allocate more resources to your primary MySQL (or MySQL and MSSQL
223223

224224
> [!NOTE] The previous snippet does not assume {% data variables.product.prodname_actions %} is enabled in the cluster.
225225

226-
1. Check the status of the MySQL(or MySQL and MSSQL) replication from any node in the cluster by running `ghe-cluster-status -v`.
227226
1. If {% data variables.product.prodname_actions %} is enabled in the cluster, run the following command from the new MySQL and MSSQL node.
228227

229228
```shell copy
230229
/usr/local/share/enterprise/ghe-repl-post-failover-mssql
231230
```
232231

232+
1. Check the status of the MySQL(or MySQL and MSSQL) replication from any node in the cluster by running `ghe-cluster-status -v`.
233233
1. When the MySQL(or MySQL and MSSQL) replication is finished, from any node in the cluster, disable maintenance mode. See [AUTOTITLE](/admin/administering-your-instance/configuring-maintenance-mode/enabling-and-scheduling-maintenance-mode#enabling-or-disabling-maintenance-mode-for-all-nodes-in-a-cluster-via-the-cli).

0 commit comments

Comments
 (0)