(Though we are conducting a GitLab EE upgrade from version 13 to 14, the following steps should apply to GitLab CE / other major version upgrade as well) You can jump to the Major Upgrade section if you just want to learn the upgrade steps. Here is what we did: Read the gitlab upg...
Hi everyone, We trying to upgrade our GitLab ee docker instance to the latest image (which is apparently “14.10.2” at the time I’m writing thoses lines). According to the the following upgrade doc, we did the following…
There is a/var/opt/gitlab/postgresql/data.13created during the upgrade process. When the commandgitlab-ctl pg-upgrade -v 14fails after creating this folder, and the user retries the command, the upgrade fails with multiple errors like so /opt/gitlab/embedded/lib/ruby/3.0.0/fileutils.rb:...
docker run -tid --hostname gitlab.bsgchina.com -p 443:443 -p 80:80 -p 30022:22 --name gitlab-17.3.1-ce --restart always -v $GITLAB_HOME/config:/etc/gitlab:Z -v $GITLAB_HOME/logs:/var/log/gitlab:Z -v $GITLAB_HOME/data:/var/opt/gitlab:Z --shm-size 256m gitlab/git...
Summary After upgrade to GitLab 14. The main activity dashboard is broken. Many of our users set this as default page...
gitlab/database/load_balancing/connection_proxy.rb:126:in `block in write_using_load_balancer'", "lib/gitlab/database/load_balancing/load_balancer.rb:112:in `block in read_write'", "lib/gitlab/database/load_balancing/load_balancer.rb:172:in `retry_with_backoff'", "lib/gitlab/data...
hello, i try to update 13.0.6 -> 13.2.6 but gitlab restart always: in docker logs i see this error : Missing Rails.application.secrets.openid_connect_signing_key for production environment. The secret will be generated and stored in conf...
Before any upgrade i do gitlab-clt reconfigure to confirm all the configuration and data are OK to upgrade.Then this error shows up: image1069×160 88.1 KBChef::Exceptions::JSON::ParseError: parse error: trailing garbage mail_auth_token": null } } (right here) ---^ Here all the cin...
Yep, you're right, GitLab package. Let's do minor upgrades first. Note: Big thanks and kudos to the package maintainer(s) at GitLab! Not all deb packages detect such situations and this can sometimes lead to major outages by breaking an upgrade....
Now you will be able to install / upgrade GitLab to the latest version using the package repository. When running the command below, GitLab will detect a conflict and remove gitlab in favor of gitlab-ee. To upgrade, run: sudo yum install gitlab-ee Due to the order in which RPM post...