On Wednesday, November 18, 2015 at 9:26:34 AM UTC-7, Derek Scherger wrote:
>
> After upgrading 7.11 (or maybe 7.14 not exactly sure which version I had 
> previously) all of my projects show 0 COMMITS on the project pages and I 
> don't see any issues on any projects where I previously had some.
> If I click on the 0 COMMITS in any project all of my commits are listed 
> and the commits page shows Commits (153) so it appears that they are all 
> still there, just not listed on the project summary pages.
>
> I upgraded following the (admittedly deprecated) instructions at 
> http://doc.gitlab.com/ce/update/upgrader.html before I found the possibly 
> newer upgrade guide at 
> https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/update/patch_versions.md
>

Answering my own question here, ended up restoring my 7.11.4 install from a 
zfs snapshot and then upgrading that to 7.14.2 to avoid the major version 
bump to 8.0.
After this, all of my projects showed 0 Commits and I noticed a comment in 
the CHANGELOG that these counts were updated when new commits were pushed. 
This did seem to be the case for a couple of projects that I tested after 
which I noticed another comment in the CHANGELOG about a new 
update_commit_count.

cd /home/git/gitlab
sudo -u git -H bundle exec rake gitlab:update_commit_count 
RAILS_ENV=production

This updated the commit counts on all of my projects.

I've since upgraded to 8.1.4 following the docs 
at 
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/update/patch_versions.md
 
and everything seems to be fine again.

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/88607a5f-d943-4da0-96b7-389a4d0707b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to