Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #4938

Closed
Open
Created Aug 29, 2013 by Administrator@rootOwner

Create Satellites step missing from 5.4 to 6.0 update document.

Created by: Snooze-

Summary

After following the the 5.4 to 6.0 update guide, I still got lots of errors on the satellites check. I think this might be related to the move of root namespaced projects to the user namespaces.

Steps to reproduce

Follow the 5.4 to 6.0 update guide at https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/5.4-to-6.0.md on a gitlab 5.4 installation that contains some root namespaced projects.

The installation I worked on has come a long way (I've been keeping it up to date from version 5.0), but I suspect this will probably affect any update from 5.4 to 6.0.

Expected behavior

All the checks in the final step should return green.

Observed behavior

Projects have satellites? ... check returns "no" for all my projects that used to be in the root namespace.

Possible fixes

The issue was resolved by running sudo -u git -H bundle exec rake gitlab:satellites:create RAILS_ENV=production as suggested by the test output.

This line should probably be added to the update instructions in section 5. Install libs, migrations, etc.

Assignee
Assign to
Time tracking