Skip to content

Commit c754334

Browse files
authored
Mention availability of IP exception list for maintenance mode in GHES 3.4 docs (#37260)
1 parent 77f2b53 commit c754334

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

content/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ You can perform initial validation of your maintenance operation by configuring
5656

5757
## Validating changes in maintenance mode using the IP exception list
5858

59+
{% ifversion ghes = 3.4 %}
60+
61+
{% note %}
62+
63+
**Note**: To validate changes in maintenance mode using the IP exception list, your {% data variables.product.product_name %} instance must be running version 3.4.4 or later.
64+
65+
{% endnote %}
66+
67+
{% endif %}
68+
5969
The IP exception list provides controlled and restricted access to {% data variables.location.product_location %}, which is ideal for initial validation of server health following a maintenance operation. Once enabled, {% data variables.location.product_location %} will be taken out of maintenance mode and available only to the configured IP addresses. The maintenance mode checkbox will be updated to reflect the change in state.
6070

6171
If you re-enable maintenance mode, the IP exception list will be disabled and {% data variables.location.product_location %} will return to maintenance mode. If you just disable the IP exception list, {% data variables.location.product_location %} will return to normal operation.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
versions:
2-
ghes: '>=3.5'
2+
ghes: '>=3.4'

0 commit comments

Comments
 (0)