[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.