Gitlab failing to upgrade

I went from version 14.7 to 14.10ee. Here is the error message that I received:
`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 resourceI upgraded by runningsudo apt-get install gitlab-ee=14.10.0-ee.0`.

14.7 to 14.10 is not supported, you need to follow official upgrade paths

In your case, you should have upgraded to 14.9.5 first. It’s stated in update notes as well.

You can try and downgrade to 14.9.5 hoping it will recover.