Skip to content

Commit 639d4ee

Browse files
authored
Merge pull request #16426 from github/repo-sync
repo sync
2 parents ea7f218 + 60f89fe commit 639d4ee

File tree

3 files changed

+24
-17
lines changed

3 files changed

+24
-17
lines changed

content/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance.md

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,32 @@ The time required to failover depends on how long it takes to manually promote t
1818

1919
{% data reusables.enterprise_installation.promoting-a-replica %}
2020

21-
1. To allow replication to finish before you switch appliances, put the primary appliance into maintenance mode:
22-
- To use the management console, see "[Enabling and scheduling maintenance mode](/enterprise/admin/guides/installation/enabling-and-scheduling-maintenance-mode/)"
23-
- You can also use the `ghe-maintenance -s` command.
24-
```shell
25-
$ ghe-maintenance -s
26-
```
27-
2. When the number of active Git operations, MySQL queries, and Resque jobs reaches zero, wait 30 seconds.
21+
1. If the primary appliance is available, to allow replication to finish before you switch appliances, on the primary appliance, put the primary appliance into maintenance mode.
22+
23+
- Put the appliance into maintenance mode.
24+
25+
- To use the management console, see "[Enabling and scheduling maintenance mode](/enterprise/admin/guides/installation/enabling-and-scheduling-maintenance-mode/)"
26+
27+
- You can also use the `ghe-maintenance -s` command.
28+
```shell
29+
$ ghe-maintenance -s
30+
```
31+
32+
- When the number of active Git operations, MySQL queries, and Resque jobs reaches zero, wait 30 seconds.
2833

29-
{% note %}
34+
{% note %}
3035

31-
**Note:** Nomad will always have jobs running, even in maintenance mode, so you can safely ignore these jobs.
36+
**Note:** Nomad will always have jobs running, even in maintenance mode, so you can safely ignore these jobs.
3237

33-
{% endnote %}
38+
{% endnote %}
3439

35-
3. To verify all replication channels report `OK`, use the `ghe-repl-status -vv` command.
36-
```shell
37-
$ ghe-repl-status -vv
38-
```
39-
4. To stop replication and promote the replica appliance to primary status, use the `ghe-repl-promote` command. This will also automatically put the primary node in maintenance node if it’s reachable.
40+
- To verify all replication channels report `OK`, use the `ghe-repl-status -vv` command.
41+
42+
```shell
43+
$ ghe-repl-status -vv
44+
```
45+
46+
4. On the replica appliance, to stop replication and promote the replica appliance to primary status, use the `ghe-repl-promote` command. This will also automatically put the primary node in maintenance node if it’s reachable.
4047
```shell
4148
$ ghe-repl-promote
4249
```

content/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are three types of migrations you can perform:
2424

2525
In a migration, everything revolves around a repository. Most data associated with a repository can be migrated. For example, a repository within an organization will migrate the repository *and* the organization, as well as any users, teams, issues, and pull requests associated with the repository.
2626

27-
The items in the table below can be migrated with a repository. Any items not shown in the list of migrated data can not be migrated.
27+
The items in the table below can be migrated with a repository. Any items not shown in the list of migrated data can not be migrated, including {% data variables.large_files.product_name_short %} assets.
2828

2929
{% data reusables.enterprise_migrations.fork-persistence %}
3030

content/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ shortTitle: Check for existing SSH key
2525
# Lists the files in your .ssh directory, if they exist
2626
```
2727

28-
3. Check the directory listing to see if you already have a public SSH key. By default, the {% ifversion ghae %}filename of a supported public key for {% data variables.product.product_name %} is *id_rsa.pub*.{% elsif fpt or ghes %}filenames of supported public keys for {% data variables.product.product_name %} are one of the following.
28+
3. Check the directory listing to see if you already have a public SSH key. By default, the {% ifversion ghae %}filename of a supported public key for {% data variables.product.product_name %} is *id_rsa.pub*.{% else %}filenames of supported public keys for {% data variables.product.product_name %} are one of the following.
2929
- *id_rsa.pub*
3030
- *id_ecdsa.pub*
3131
- *id_ed25519.pub*{% endif %}

0 commit comments

Comments
 (0)