1
0
mirror of synced 2026-01-03 06:04:16 -05:00
Files
docs/data/reusables/release-notes/manage-api-unreachable.md

644 B

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.

sudo mkdir -p /data/ghes-manage-gateway/current
sudo chown -R ghes-manage-gateway:ghes-manage-gateway /data/ghes-manage-gateway/current
sudo systemctl restart ghes-manage-gateway ghes-manage-gateway-consul

For more information about the Manage GitHub Enterprise Server API, see "Manage GitHub Enterprise Server" in the REST API documentation. [Updated: 2023-06-22]