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
  • #8956

Closed
Open
Created Mar 15, 2015 by Administrator@rootOwner

Update 5.3

Created by: zajca

Hi, I know that 5.3 is quiet old bud I inherit old gitlab server and want to make it shine again, but I run in some problem with update.

My first problem was migration which was missing in migrations table but was written in DB so I manually fix db. so far good.

Second problem is modernizer, d3 and underscore packages missing, asset build was fine but then I've got error on missing packages mentioned in application.js. So I try to remove it from there but I stuck on this error:

ActionView::Template::Error (undefined method `user_snippets_path' for #<#<Class:0x000000041833d8>:0x000000079b9018>):
    19:           = link_to public_root_path, title: "Public area", class: 'has_bottom_tooltip', 'data-original-title' => 'Public area' do
    20:             %i.icon-globe
    21:         %li
    22:           = link_to user_snippets_path(current_user), title: "My snippets", class: 'has_bottom_tooltip', 'data-original-title' => 'Public area' do
    23:             %i.icon-paste
    24:         - if current_user.is_admin?
    25:           %li
  app/views/layouts/_head_panel.html.haml:22:in `_app_views_layouts__head_panel_html_haml__393209746111659897_34834600'
  app/views/layouts/application.html.haml:5:in `_app_views_layouts_application_html_haml__584206607289635277_33987760'
  app/controllers/dashboard_controller.rb:20:in `show'

which I can't solve :(

check looks OK.

 System information
System:         Ubuntu 12.04
Current User:   git
Using RVM:      no
Ruby Version:   1.9.3p392
Gem Version:    1.8.23
Bundler Version:1.3.5
Rake Version:   10.0.4

GitLab information
Version:        5.3.0
Revision:       d4ad964
Directory:      /home/git/gitlab
DB Adapter:     mysql2
URL:            http://git.pria.cz
HTTP Clone URL: http://git.pria.cz/some-project.git
SSH Clone URL:  [email protected]:some-project.git
Using LDAP:     no
Using Omniauth: no

GitLab Shell
Version:        unknown
Repositories:   /media/disk/git/repositories/
Hooks:          /home/git/gitlab-shell/hooks/
Git:            /usr/bin/git

gitlab check is also OK, just some satellites missing.

Any Idea how to fix this and move to another update?

Assignee
Assign to
Time tracking