Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,763
    • Issues 44,763
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,329
    • Merge requests 1,329
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #345923
Closed
Open
Issue created Nov 17, 2021 by George Koltsov@georgekoltsovMaintainer

GitLab Migration - Group Wiki Migration can fail with an exception

Summary

When performing GitLab Migration we import both project and group wiki repositories. For groups that do not have wiki repositories an exception is raised during import:

Gitlab::Git::CommandError 2:fetch remote: "remote: A repository for this group wiki does not exist yet.\nfatal: repository 'http://gdk.test:3000/mygroup/testing-group.wiki.git/' not found\n": exit status 128.

Steps to reproduce

  1. Use GitLab Migration for a group that does not have wiki
  2. Check bulk_import_failures table to see the error

What is the current bug behavior?

Exception is raised

What is the expected correct behavior?

We should not raise an error in this case. Skip such group wiki if it's not present.

Assignee
Assign to
Time tracking