Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

recovering-a-high-availability-configuration.md 1.7 KB

You have to be logged in to leave a comment. Sign In
title intro redirect_from versions type topics
Recovering a high availability configuration After failing over to a {% data variables.product.prodname_ghe_server %} appliance, you should regain redundancy as soon as possible rather than rely on a single appliance. [/enterprise/admin/installation/recovering-a-high-availability-configuration /enterprise/admin/enterprise-management/recovering-a-high-availability-configuration /admin/enterprise-management/recovering-a-high-availability-configuration] [{enterprise-server *}] how_to [Enterprise High availability Infrastructure]

You can use the former primary appliance as the new replica appliance if the failover was planned or was not related to the health of the appliance. If the failover was related to an issue with the primary appliance, you may prefer to create a new replica appliance. For more information, see "[Creating a high availability replica](/enterprise/{{ currentVersion }}/admin/guides/installation/creating-a-high-availability-replica/)."

Configuring a former primary appliance as a new replica

  1. Connect to the former primary appliance's IP address using SSH.
$ ssh -p 122 admin@<em>FORMER PRIMARY IP</em>
  1. On the former primary appliance, run ghe-repl-setup with the IP address of the former replica.
$ ghe-repl-setup <em>FORMER REPLICA IP</em>

{% data reusables.enterprise_installation.add-ssh-key-to-primary %} 4. To verify the connection to the new primary and enable replica mode for the new replica, run ghe-repl-setup again.

$ ghe-repl-setup <em>FORMER REPLICA IP</em>

{% data reusables.enterprise_installation.replication-command %}

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...