Skip to content

Commit

Permalink
Add --force flag to instructions for recovering HA configuration (#…
Browse files Browse the repository at this point in the history
…54170)

Co-authored-by: mc <[email protected]>
  • Loading branch information
Kremlin and mchammer01 authored Jan 31, 2025
1 parent 39613e0 commit 8ece0f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ You can use the former primary appliance as the new replica appliance if the fai
```

1. Enable maintenance mode on the former primary appliance. For more information, see [AUTOTITLE](/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode).
1. On the former primary appliance, run `ghe-repl-setup` with the IP address of the former replica.
1. On the former primary appliance, run `ghe-repl-setup` with the IP address of the former replica. You may need to use the `--force` option to replace the existing configuration.

```shell
ghe-repl-setup FORMER_REPLICA_IP
ghe-repl-setup --force FORMER_REPLICA_IP
```

{% data reusables.enterprise_installation.add-ssh-key-to-primary %}
Expand Down

0 comments on commit 8ece0f8

Please sign in to comment.