# yum --enablerepo=epel update -y
* unicorn['worker_timeout'] has been deprecated since 13.10 and was removed in 14.0. Starting gitlab 14.0, unicorn is no longer supported and users must switch to Puma, following https://docs.gitlab.com/ee/administration/operations/puma.html
Solution
1. Edit the config file and change from unicorn to puma
# vi /etc/gitlab/gitlab.rb
2. and change the value from unicorn to puma
unicorn['worker_timeout'] to
puma['worker_timeout']
3. and run reconfigure command
# gitlab-ctl reconfigure
4. Again run the update command
# yum --enablerepo=epel update -y
You will be successful
Thursday, June 24, 2021
Gitlab update from version 13.x to 14.x
Subscribe to:
Post Comments (Atom)
Git branch show detached HEAD
Git branch show detached HEAD 1. List your branch $ git branch * (HEAD detached at f219e03) 00 2. Run re-set hard $ git reset --hard 3. ...
-
snmpconfig command allow you to managge snmpv1/v3 agent configuration on SAN switch. Event trap level is mapped with event severity level....
-
Firmware upgrade on HPE SuperDom Flex 280 - prerequisites tasks a. Set up repo b. Upload firmware to your webserver 1. For foundation so...
-
Disabling the Telnet protocol on Brocade SAN switches By default, telnet is enabled on Brocade SAN switches. As part of security hardening o...
No comments:
Post a Comment