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
  • Merge requests
  • !4130

Merged
Created May 29, 2013 by Administrator@rootOwner

adding update info regarding gitlab-shell config.yml (re: dashboard update problems)

  • Overview 1
  • Commits 1
  • Changes 1

Created by: TrevorS

Commit gitlabhq/gitlab-shell@93bfff7b3fc30fc362b90c4d362528f6e49786e6 from Chris adds remote redis support to gitlab-shell.

Because of the new feature, additional configuration options must be specified in gitlab-shell's config.yml.

The documentation that describes upgrading from GitLab 5.0 to 5.1 mentions updating gitlab-shell to v1.3.0 but does not inform the upgrader that changes have been made to config.yml and that the user's existing config.yml needs to be updated with the new options.

Without the redis configuration options, I encountered issues similar to: #4027, #3633 (closed), #4061, and #3807 (closed).

After updating gitlab-shell's config.yml with the new redis options, the dashboard updates correctly again.

gitlab

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: github/fork/TrevorS/fix-update-docs-5.0-5.1