Upgrade to 6.7 Hangs
Created by: bdstark
I have been trying to upgrade to CE 6.7 (from 6.4.3) but during the first step of step 4 from https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/update/6.6-to-6.7.md. After 30 minutes of nothing happening, I stopped the upgrade and rolled back:
[git@gitlab gitlab]$ bundle install --without development test postgres --deployment --verbose Fetching from: https://rubygems.org/api/v1/dependencies HTTP Success Fetching source index from https://rubygems.org/ Fetching https://github.com/gitlabhq/markup.git remote: Counting objects: 1024, done. remote: Compressing objects: 100% (548/548), done. remote: Total 1024 (delta 367), reused 1024 (delta 367) Receiving objects: 100% (1024/1024), 147.02 KiB | 0 bytes/s, done. Resolving deltas: 100% (367/367), done. ^C[git@gitlab gitlab]$
We have a proxy server for internet access, which has been difficult to perform upgrades in the past, but from what I see, the connections out worked fine. All previous steps in the upgrade guide worked fine (i.e. fetching source and checkouts). Adding --verbose to the bundle command does not display anything additional.