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 upgrade path : 13.12.10 → 14.0.12 → 14.1.8 → 14.6.2 → 14.9.0 → 14.9.4 (as you can see, we had to add some versions in between for some reasons).
Right now we’re struggling to upgrade from 14.9.4 to → 14.10.X
Indeed, each upgrade attempts get the following error in the docker gitlab’s logs :
Running handlers:
There was an error running gitlab-ctl reconfigure:
rails_migration[gitlab-rails] (gitlab::database_migrations line 51) had an error: Mixlib::ShellOut::ShellCommandFailed: bash[migrate gitlab-rails database] (/opt/gitlab/embedded/cookbooks/cache/cookbooks/gitlab/resources/rails_migration.rb line 16) had an error: Mixlib::ShellOut::ShellCommandFailed: Command execution failed. STDOUT/STDERR suppressed for sensitive resource Running handlers complete Chef Infra Client failed. 161 resources updated in 01 minutes 44 seconds
Our problem is pretty much the same as the one reported on this post, except we’re running gitlab inside a docker container (not directly on the host machine), which makes the solution difficult to apply in our case…
We tried to update from 14.9.4 to the 14.10.0 version as well as the latest image directly but we had the same result in both cases.
Does anyone had a similar issue or can help us ?
Thanks in advance !