Gitlab upgrade notes

Updated for Omnibus 7.6.2 package - 20150128

Note that for an omnibus installation, Gitlab files are under /var/opt/gitlab and /opt/gitlab/embedded/service.

Before any action, stop services that may change database:

gitlab-ctl stop unicorn
gitlab-ctl stop sidekiq
gitlab-ctl stop nginx
»

A migration from Gitolite to Gitlab

注意 Gitlab 這個專案很久了, 最近因為一些需求決定將公司所有的 Git repos 從 Gitolite 搬到 Gitlab 上. 一直以來都是以 Gitolite + Redmine + Jenkins 這套大三元作為開發及持續整合的環境, 耦合程度 »