HomeCopilotGitHub Enterprise Live Migrations がパブリックプレビュー開始
Enterprise Live Migrations is now in public preview

GitHub Enterprise Live Migrations がパブリックプレビュー開始 Enterprise Live Migrations is now in public preview

AI 3 行サマリ
  • GitHubは、エンタープライズアカウント間でのライブマイグレーション機能をパブリックプレビューとして公開した。
  • 複数のEnterprise Cloudテナント間で組織やリポジトリ、ユーザーデータを移行可能にし、企業の統合・再編シナリオを支援する。
English summary
  • GitHub has launched Enterprise Live Migrations in public preview, allowing customers to move organizations, repositories, and user data between Enterprise Cloud tenants to support mergers, acquisitions, and reorganization scenarios.

GitHubはエンタープライズ顧客向けに、Enterprise Live Migrations機能をパブリックプレビューとして公開した。これは複数のGitHub Enterprise Cloudアカウント間で、組織やリポジトリ、ユーザーデータを移行できる仕組みであり、企業の合併・買収や社内再編に伴うテナント統合のニーズに応えるものである。

従来、GitHub Enterprise Cloud間でのデータ移行はGitHub Enterprise Importer (GEI) などのツールに依存していたが、これらは主にリポジトリ単位の移行を想定しており、Issue・Pull Request・Actionsの履歴・Packages・組織設定などを含む包括的な移行は手作業や追加ツールでの補完が必要だった。Live Migrationsはこうした課題を組織レベルで一括処理する方向性に踏み込むと見られる。

背景には、エンタープライズ市場での再編の活発化がある。M&Aによってソースコード資産が複数テナントに分散することは珍しくなく、各テナントのSSO設定やライセンス管理を統合する作業は運用負荷が高い。GitLabやAtlassian Bitbucketなど競合プラットフォームでも同様のテナント統合需要が指摘されており、GitHubが公式の移行パスを整備することは、Enterprise Cloud上の大規模顧客にとってロックインの懸念を緩和し、長期的な利用拡大につながる可能性がある。

複数のEnterprise Cloudテナント間で組織やリポジトリ、ユーザーデータを移行可能にし、企業の統合・再編シナリオを支援する。
🧠 Copilot · 本記事のポイント

パブリックプレビュー段階では機能制限や対象データの範囲に注意が必要であり、本番運用前には対象組織での検証が推奨される。Copilotライセンスや監査ログ、Enterprise Managed Users (EMU) との互換性については、実運用での検証を通じて明らかになっていくと見られる。

GitHub has moved Enterprise Live Migrations into public preview, giving Enterprise Cloud customers a supported path to relocate organizations, repositories, and user data between separate enterprise tenants. The capability addresses a long-standing pain point for large customers navigating mergers, acquisitions, divestitures, or internal reorganizations that leave source code and collaboration data scattered across multiple GitHub tenants.

Until now, customers consolidating Enterprise Cloud accounts have largely relied on the GitHub Enterprise Importer (GEI), which focuses on repository-level migrations. While GEI handles Git history, issues, and pull requests, customers often had to stitch together additional scripts or manual processes to move organization settings, team structures, packages, Actions metadata, and user identities. Live Migrations appears to take a more holistic, organization-level approach, reducing the operational burden of large-scale tenant consolidation.

The timing reflects broader market dynamics. Enterprise software M&A activity remains active, and acquired companies typically arrive with their own GitHub Enterprise tenants, SSO configurations, and license entitlements. Merging these environments without disrupting developer workflows is non-trivial, particularly when Enterprise Managed Users (EMU), audit log continuity, and Copilot seat assignments are involved. Competing platforms such as GitLab and Atlassian Bitbucket face similar consolidation requests, and a first-party migration path from GitHub may help reduce friction and reinforce customer confidence in standardizing on Enterprise Cloud.

As with any public preview, customers should expect feature gaps and evolving documentation. Edge cases around webhook reconfiguration, GitHub Apps re-installation, branch protection rules, and integration secrets are likely to require careful validation in a non-production environment before committing to a full migration. Compatibility nuances with EMU tenants, where user identities are tied to an external IdP, may also warrant particular attention.

For enterprises planning consolidation projects in the coming quarters, this preview is worth evaluating early. Even if the feature is not yet ready for the largest, most complex migrations, providing feedback during the preview phase tends to shape general availability scope. Organizations currently postponing tenant consolidation due to tooling limitations may find that an officially supported live migration option changes the cost-benefit calculus for moving sooner rather than later.

  • SourceGitHub ChangelogT1
  • Source Avg ★ 1.8
  • TypeChangelog
  • Importance ★ 通常 (top 43% in Copilot)
  • Half-life ⏱️ 短命 (ニュース)
  • LangEN
  • Collected2026/05/08 12:00

本ページの本文・要約は AI による自動生成です。正確性は元記事 (github.blog) をご確認ください。

🧠 Copilot の他の記事 もっと見る →

Upcoming deprecation of GPT-4.1
changelog 3h ago
GitHub Copilot、GPT-4.1の提供終了を予告
GitHubは、Copilotで利用可能なOpenAIのGPT-4.1モデルを近く非推奨にすると発表した。後継モデルへの移行が促され、開発者は利用中のワークフローを順次切り替える必要がある。
github-changelog
AIスクラムチームに人間がそっと介入してみた話
blog 4h ago
AIスクラムチームに人間がそっと介入してみた話
AIエージェントだけで構成したスクラムチームに人間が介入する実験の記録。GitHub Copilotなどを活用し、PO・SM・開発者役のAIが自律的に協働する中、人間がレビューや方向修正を加えることで品質と整合性が向上した知見を共有している。
zenn-copilot
blog 5h ago
GitHub Agentic Workflowsのトークン効率改善手法
GitHubはAgentic Workflowsにおけるトークン消費を抑える最適化手法を解説した。プロンプト設計やツール呼び出しの最小化、コンテキスト管理を通じ、LLMの応答品質を維持しつつコスト削減と実行速度の向上を実現する方法を示している。
github-blog-ai
changelog 5h ago
Claude Sonnet 4 deprecated
We have deprecated the following model across all GitHub Copilot experiences (including Copilot Chat, inline edits, ask and agent modes, and code completions) on May 6, 2026. Model Deprecation date… T
github-changelog
Agent pull requests are everywhere. Here’s how to review them.
blog 9h ago
AIエージェント生成のPull Requestを安全にレビューする方法
GitHubがAIエージェントによるPull Requestのレビュー手法を解説。コード差分だけでなくエージェントのセッションログや意図を確認することが重要で、人間レビュアーは品質保証の最後の砦としての役割が一層問われる。
github-blog-ai
Rubber Duck in GitHub Copilot CLI now supports more models
changelog 13h ago
GitHub Copilot CLIのRubber Duckが対応モデルを拡充
GitHub Copilot CLIのRubber Duck機能が、対応AIモデルのラインナップを拡充した。これによりユーザーは用途に応じて複数のモデルを選択して対話的にコーディング支援を受けられる。
github-changelog
URL をコピーしました