You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/admin/enterprise-management/configuring-high-availability/initiating-a-failover-to-your-replica-appliance.md
+22-15Lines changed: 22 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -18,25 +18,32 @@ The time required to failover depends on how long it takes to manually promote t
18
18
19
19
{% data reusables.enterprise_installation.promoting-a-replica %}
20
20
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.
28
33
29
-
{% note %}
34
+
{% note %}
30
35
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.
32
37
33
-
{% endnote %}
38
+
{% endnote %}
34
39
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.
Copy file name to clipboardExpand all lines: content/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ There are three types of migrations you can perform:
24
24
25
25
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.
26
26
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.
28
28
29
29
{% data reusables.enterprise_migrations.fork-persistence %}
Copy file name to clipboardExpand all lines: content/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ shortTitle: Check for existing SSH key
25
25
# Lists the files in your .ssh directory, if they exist
26
26
```
27
27
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.
0 commit comments