Skip to main content

此版本的 GitHub Enterprise 已停止服务 2022-10-12. 即使针对重大安全问题,也不会发布补丁。 为了获得更好的性能、更高的安全性和新功能,请升级到最新版本的 GitHub Enterprise。 如需升级帮助,请联系 GitHub Enterprise 支持

Restoring a deleted organization

You can partially restore an organization that was previously deleted on your GitHub Enterprise Server instance.

Who can use this feature

Site administers can restore an organization on GitHub Enterprise Server.

About organization restoration

You can use the site admin dashboard to restore an organization that was previously deleted on your GitHub Enterprise Server instance, as long as the audit log Elasticsearch indices contain the data for the org.delete event.

Immediately after you restore an organization, the organization will not be exactly the same as it was prior to the deletion. You'll have to manually restore any repositories that were owned by the organization. For more information, see "Restoring a deleted repository."

You can also use the audit log to help you manually re-add teams and organization members. For more information, see "Restoring members and teams."

Restoring an organization

  1. 从 GitHub Enterprise Server 上的管理帐户任意页面的右上角,单击

    用于访问站点管理员设置的火箭图� �的屏幕截图

  2. 如果� 尚未在“站点管理员”页上,请在左上角单击“站点管理员”。

    “站点管理员”链接的屏幕截图

  3. Under "Search users, organizations, enterprises, teams, repositories, gists, and applications", search for the organization.

    Screenshot of the search field and Search button

  4. Under "Deleted accounts", to the right of the organization you want to restore, select the dropdown menu, then click Recreate.

    Screenshot of the dropdown menu for a deleted organization

Restoring members and teams

You can use the audit log to find a list of the previous members and teams of the organization, then recreate them manually. For more information about using the audit log, see "Auditing users across your enterprise."

In all the search phrases below, replace ORGANIZATION with the name of the organization and TEAM with the name of the team.

Restoring organization members

  1. To find all users who were added to and removed from the organization, search the audit log for action:org.add_member org:ORGANIZATION and action:org.remove_member org:ORGANIZATION.
  2. Manually add to the organization each user that should still be a member. For more information, see "Adding people to your organization."

Restoring teams

  1. To find each team name, search the audit log for action:team.create org:ORGANIZATION.
  2. Manually recreate the team. For more information, see "Creating a team."
  3. To find the members that have been added to each team, search for action:team.add_member team:"ORGANIZATION/TEAM".
  4. Manually re-add the team members. For more information, see "Adding organization members to a team."
  5. To find the repositories that the team was granted access to, search for action:team.add_repository team:"ORGANIZATION/TEAM".
  6. To find the access level that the team was granted for each repository, search for action:team.update_repository_permission team:"ORGANIZATION/TEAM".
  7. Manually give the team access again. For more information, see "Managing team access to an organization repository."