Skip to content

Commit 74b7ea8

Browse files
authored
Add release note for known issue with Manage GHES API (#38319)
1 parent 0309416 commit 74b7ea8

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

data/release-notes/enterprise-server/3-9/0-rc1.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,8 @@ sections:
383383
known_issues:
384384
- |
385385
If you upgrade from {% data variables.product.prodname_ghe_server %} 3.7 or 3.8 to 3.9, the database server on your instance will be upgraded from MySQL 5.7 to MySQL 8.0. I/O utilization will increase as a result, and in some cases this may affect your instance's performance. Do not upgrade to this RC in a production environment, and ensure that you take and verify a backup of the instance before upgrading to the GA release. For more information, see "[AUTOTITLE](/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/known-issues-with-upgrades-to-your-instance)."
386+
- |
387+
{% data reusables.release-notes.manage-api-unreachable %}
386388
- |
387389
On an instance in a cluster configuration, after you upgrade nodes other than the primary MySQL node and before you upgrade the primary MySQL node, the following output may appear multiple times after you run `ghe-config-apply`.
388390
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
After upgrading an existing instance to GitHub Enterprise Server 3.9, the Manage GitHub Enterprise Server API is unavailable. To enable the API, SSH into the instance and run the following commands.
2+
3+
```shell copy
4+
sudo mkdir -p /data/ghes-manage-gateway/current
5+
sudo chown -R ghes-manage-gateway:ghes-manage-gateway /data/ghes-manage-gateway/current
6+
sudo systemctl restart ghes-manage-gateway ghes-manage-gateway-consul
7+
```
8+
9+
For more information about the Manage GitHub Enterprise Server API, see "[Manage GitHub Enterprise Server](/rest/enterprise-admin/manage-ghes?apiVersion=2022-11-28)" in the REST API documentation. [Updated: 2023-06-22]

0 commit comments

Comments
 (0)