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

Closed
Open
Created Apr 10, 2013 by Administrator@rootOwner

[5.0] New Gollum Wikis get deleted by gitlab:cleanup:repos

Created by: Philzen

running bundle exec rake gitlab:cleanup:repos RAILS_ENV=production always suggests to delete the *.wiki.git files.

First idea was, as i'm running on postgresql and had to use the hack from #3299 (closed) the db may have not been populated correctly, so i proceeded with REMOVE=true, went to the frontend wiki page (which apparently immediately initialises a new *.wiki.git file) and reran cleanup task, same result: it suggests to delete the wiki again.

[git@xyz ~/gitlab]$ bundle exec rake gitlab:env:info RAILS_ENV=production
rvm: not found

System information
lsb_release: not found
sw_vers: not found
System:         unknown
Current User:   git
Using RVM:      no
Ruby Version:   1.9.3p392
Gem Version:    1.8.25
Bundler Version:1.2.3
Rake Version:   10.0.3

GitLab information
Version:        5.0.1
Revision:       951273f
Directory:      /usr/home/git/gitlab
DB Adapter:     postgresql
URL:            http://xyz.avalon-networks.com
HTTP Clone URL: http://xyz.avalon-networks.com/some-project.git
SSH Clone URL:  [email protected]:some-project.git
Using LDAP:     no
Using Omniauth: no

GitLab Shell
Version:        1.2.0
Repositories:   /usr/home/git/repositories/
Hooks:          /usr/home/git/gitlab-shell/hooks/
Git:            /usr/local/bin/git

Running on FreeBSD 8.2-STABLE, but i assume that shouldn't be the root cause here.

Assignee
Assign to
Time tracking