1
0
mirror of synced 2025-12-25 02:17:36 -05:00
Files
docs/content/admin/enterprise-management/removing-a-high-availability-replica.md
2021-03-17 12:31:29 -07:00

1.7 KiB

title, intro, redirect_from, versions, topics
title intro redirect_from versions topics
Removing a high availability replica You can stop replication to a {% data variables.product.prodname_ghe_server %} replica temporarily, or permanently remove replication.
/enterprise/admin/installation/removing-a-high-availability-replica
/enterprise/admin/enterprise-management/removing-a-high-availability-replica
enterprise-server
*
enterprise

Stopping replication temporarily

  1. If necessary, stop a geo-replication replica from serving user traffic by removing the Geo DNS entries for the replica.
  2. On the replica where you wish to temporarily stop replication, run ghe-repl-stop.
$ ghe-repl-stop
  1. To start replication again, run ghe-repl-start.
$ ghe-repl-start

Removing replication permanently

  1. If necessary, stop a geo-replication replica from serving user traffic by removing the Geo DNS entries for the replica.
  2. On the replica you wish to remove replication from, run ghe-repl-stop.
$ ghe-repl-stop
  1. On the replica, to tear down the replication state, run ghe-repl-teardown.
$ ghe-repl-teardown

{% if currentVersion ver_gt "enterprise-server@2.22" %} {% note %}

Note: If you have {% data variables.product.prodname_actions %} enabled, you should decommission the former replica server or update its {% data variables.product.prodname_actions %} configuration to use different external storage. For more information, see "High availability for {% data variables.product.prodname_actions %}."

{% endnote %} {% endif %}