You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repositories with large metadata linked to pull requests, pull request branches, and a lot of releases and tags are not properly skipped when adding in the --skip-releases flag for migrating a repository.
Create 300+ Pull Requests with Lorem Ipsum Dummy Data and an Attachment
Create an Organization B
Migrate Repository from Organization A to Organization B
Watch it Fail
When you run it you will get an error related to the following:
[2024-12-17T15:29:15Z] INFO -- Migration started by MigratorsName from <source_repo> to <target_repo>
[2024-12-17T15:29:15Z] INFO -- Migration ID: <some_id>
[2024-12-17T15:29:15Z] INFO -- -----------------------------
[2024-12-17T15:29:16Z] INFO -- Git source migration started
[2024-12-17T15:49:28Z] INFO -- Git source migration completed
[2024-12-17T15:49:28Z] INFO -- -----------------------------
[2024-12-17T15:49:28Z] INFO -- Extraction started
[2024-12-17T20:29:21Z] ERROR -- ExtractRepoArchive: Repository metadata took too long to generate
[2024-12-17T20:29:47Z] ERROR -- ExtractRepoArchive: Repository metadata took too long to generate
[2024-12-17T20:29:51Z] ERROR -- ExtractAndLoadAttachmentsResumableJob: Metadata archive attachments could not be extracted for migration with url https://github.com/OrganizationA/target-repo and metadata id <metadata_id>.
[2024-12-17T20:29:51Z] ERROR -- ArchiveTimeoutError
[2024-12-17T20:29:51Z] INFO -- Extraction failed
[2024-12-17T20:29:52Z] INFO -- -----------------------------
[2024-12-17T20:29:52Z] INFO -- Migration failed
[2024-12-17T20:29:52Z] INFO -- -----------------------------
The text was updated successfully, but these errors were encountered:
Description
Repositories with large metadata linked to pull requests, pull request branches, and a lot of releases and tags are not properly skipped when adding in the
--skip-releases
flag for migrating a repository.Example Command:
Requriements
Reproduction Steps
When you run it you will get an error related to the following:
The text was updated successfully, but these errors were encountered: