2024/10/10

Ubuntu 22.04 LTS GitLab EE 16.x Upgrade 17.x

# 編輯GitLab配置檔
sudo vim /etc/gitlab/gitlab.rb
# 找到下列的將其註解調 
# sidekiq['min_concurrency']
# sidekiq['max_concurrency']
# 改加入
# sidekiq['concurrency'] = 併發數量

# 重新載入配置
sudo gitlab-ctl reconfigure

# 更新GitLab EE版本
sudo apt-get install --only-upgrade gitlab-ee=17.3.1-ee.0 -y