Assistance Required for GitLab-EE 17.6.2 Issue on Internal Server After Reboot

Hi all
We are experiencing issues with GitLab-EE version 17.6.2 installed on an internal CentOS 7.6.1810 server. After a system reboot, certain services are not functioning correctly, and we are unable to complete a successful gitlab-ctl reconfigure. The key points of the current state are as follows:

Recipe: gitlab::database_migrations

  • ruby_block[check remote PG version] action nothing (skipped due to action :nothing)

  • rails_migration[gitlab-rails] action run[2024-12-21T13:34:44+01:00] WARN: gitlab-rails does not have a log_group or default logdir mode defined. Setting to 0700.

    • bash_hide_env[migrate gitlab-rails database] action run
      [execute] bundler: failed to load command: rake (/opt/gitlab/embedded/bin/rake)
      /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/definition.rb:414:in `ensure_equivalent_gemfile_and_lockfile’: The gemspecs for path gems changed, but the lockfile can’t be updated because frozen mode is set (Bundler::ProductionError)

            Run `bundle install` elsewhere and add the updated Gemfile to version control.
            If this is a development machine, remove the Gemfile.lock freeze by running `bundle config set frozen false`.
                    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/runtime.rb:13:in `setup'
                    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler.rb:163:in `setup'
                    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/setup.rb:29:in `block in <top (required)>'
                    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/ui/shell.rb:159:in `with_level'
                    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/ui/shell.rb:111:in `silence'
                    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/setup.rb:29:in `<top (required)>'
                    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli/exec.rb:56:in `require_relative'
                    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli/exec.rb:56:in `kernel_load'
                    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli/exec.rb:23:in `run'
                    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli.rb:455:in `exec'
                    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/command.rb:28:in `run'
                    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
                    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor.rb:527:in `dispatch'
                    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli.rb:35:in `dispatch'
                    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/base.rb:584:in `start'
                    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli.rb:29:in `start'
                    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/exe/bundle:28:in `block in <top (required)>'
                    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/friendly_errors.rb:117:in `with_friendly_errors'
                    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/exe/bundle:20:in `<top (required)>'
                    from /opt/gitlab/embedded/bin/bundle:25:in `load'
                    from /opt/gitlab/embedded/bin/bundle:25:in `<main>'
      

      ================================================================================
      Error executing action run on resource ‘bash_hide_env[migrate gitlab-rails database]’

      Mixlib::ShellOut::ShellCommandFailed

      Expected process to exit with [0], but received ‘1’
      ---- Begin output of “bash” ----
      STDOUT: bundler: failed to load command: rake (/opt/gitlab/embedded/bin/rake)
      /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/definition.rb:414:in `ensure_equivalent_gemfile_and_lockfile’: The gemspecs for path gems changed, but the lockfile can’t be updated because frozen mode is set (Bundler::ProductionError)

      Run bundle install elsewhere and add the updated Gemfile to version control.
      If this is a development machine, remove the Gemfile.lock freeze by running bundle config set frozen false.
      from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/runtime.rb:13:in setup' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler.rb:163:in setup’
      from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/setup.rb:29:in block in <top (required)>' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/ui/shell.rb:159:in with_level’
      from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/ui/shell.rb:111:in silence' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/setup.rb:29:in <top (required)>’
      from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli/exec.rb:56:in require_relative' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli/exec.rb:56:in kernel_load’
      from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli/exec.rb:23:in run' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli.rb:455:in exec’
      from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/command.rb:28:in run' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in invoke_command’
      from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor.rb:527:in dispatch' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli.rb:35:in dispatch’
      from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/base.rb:584:in start' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli.rb:29:in start’
      from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/exe/bundle:28:in block in <top (required)>' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/friendly_errors.rb:117:in with_friendly_errors’
      from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/exe/bundle:20:in <top (required)>' from /opt/gitlab/embedded/bin/bundle:25:in load’
      from /opt/gitlab/embedded/bin/bundle:25:in `’
      STDERR:
      ---- End output of “bash” ----
      Ran “bash” returned 1

      Cookbook Trace: (most recent call first)

      /opt/gitlab/embedded/cookbooks/cache/cookbooks/gitlab/resources/rails_migration.rb:20:in `block in class_from_file’

      Resource Declaration:

      In /opt/gitlab/embedded/cookbooks/cache/cookbooks/gitlab/resources/rails_migration.rb

      20: bash_hide_env “migrate #{new_resource.name} database” do
      21: code <<-EOH
      22: set -e
      23: log_file=“#{logging_settings[:log_directory]}/#{new_resource.logfile_prefix}-$(date +%Y-%m-%d-%H-%M-%S).log”
      24: umask 077
      25: /opt/gitlab/bin/gitlab-rake #{new_resource.rake_task} 2>& 1 | tee ${log_file}
      26: STATUS=${PIPESTATUS[0]}
      27: chown #{account_helper.gitlab_user}:#{account_helper.gitlab_group} ${log_file}
      28: echo $STATUS > #{new_resource.helper.db_migrate_status_file}
      29: exit $STATUS
      30: EOH
      31:
      32: environment new_resource.environment if new_resource.property_is_set?(:environment)
      33: new_resource.dependent_services.each do |svc|
      34: notifies :restart, svc, :immediately
      35: end
      36:
      37: not_if { new_resource.helper.migrated? }
      38: sensitive false
      39: end
      40: end

      Compiled Resource:

      Declared in /opt/gitlab/embedded/cookbooks/cache/cookbooks/gitlab/resources/rails_migration.rb:20:in `block in class_from_file’

      bash_hide_env(“migrate gitlab-rails database”) do
      action [:run]
      default_guard_interpreter :default
      interpreter “bash”
      declared_type :bash_hide_env
      cookbook_name “gitlab”
      recipe_name “database_migrations”
      code " set -e\n log_file="/var/log/gitlab/gitlab-rails/gitlab-rails-db-migrate-$(date +%Y-%m-%d-%H-%M-%S).log"\n umask 077\n /opt/gitlab/bin/gitlab-rake gitlab:db:configure 2>& 1 | tee ${log_file}\n STATUS=${PIPESTATUS[0]}\n chown git:git ${log_file}\n echo $STATUS > /var/opt/gitlab/gitlab-rails/upgrade-status/db-migrate-c6697a9cd49e1cfa45cc31b1ecdb90ae-1fd574ee571\n exit $STATUS\n"
      environment “sensitive value suppressed
      not_if { #code block }
      end

      System Info:

      chef_version=18.3.0
      platform=centos
      platform_version=7.6.1810
      ruby=ruby 3.2.5 (2024-07-26 revision 31d0f1a2e7) [x86_64-linux]
      program_name=/opt/gitlab/embedded/bin/cinc-client
      executable=/opt/gitlab/embedded/bin/cinc-client

    ================================================================================
    Error executing action run on resource ‘rails_migration[gitlab-rails]’

    Mixlib::ShellOut::ShellCommandFailed

    bash_hide_env[migrate gitlab-rails database] (gitlab::database_migrations line 20) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received ‘1’
    ---- Begin output of “bash” ----
    STDOUT: bundler: failed to load command: rake (/opt/gitlab/embedded/bin/rake)
    /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/definition.rb:414:in `ensure_equivalent_gemfile_and_lockfile’: The gemspecs for path gems changed, but the lockfile can’t be updated because frozen mode is set (Bundler::ProductionError)

    Run bundle install elsewhere and add the updated Gemfile to version control.
    If this is a development machine, remove the Gemfile.lock freeze by running bundle config set frozen false.
    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/runtime.rb:13:in setup' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler.rb:163:in setup’
    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/setup.rb:29:in block in <top (required)>' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/ui/shell.rb:159:in with_level’
    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/ui/shell.rb:111:in silence' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/setup.rb:29:in <top (required)>’
    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli/exec.rb:56:in require_relative' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli/exec.rb:56:in kernel_load’
    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli/exec.rb:23:in run' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli.rb:455:in exec’
    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/command.rb:28:in run' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in invoke_command’
    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor.rb:527:in dispatch' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli.rb:35:in dispatch’
    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/base.rb:584:in start' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli.rb:29:in start’
    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/exe/bundle:28:in block in <top (required)>' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/friendly_errors.rb:117:in with_friendly_errors’
    from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/exe/bundle:20:in <top (required)>' from /opt/gitlab/embedded/bin/bundle:25:in load’
    from /opt/gitlab/embedded/bin/bundle:25:in `’
    STDERR:
    ---- End output of “bash” ----
    Ran “bash” returned 1

    Cookbook Trace: (most recent call first)

    /opt/gitlab/embedded/cookbooks/cache/cookbooks/gitlab/resources/rails_migration.rb:20:in `block in class_from_file’

    Resource Declaration:

    In /opt/gitlab/embedded/cookbooks/cache/cookbooks/gitlab/recipes/database_migrations.rb

    51: rails_migration “gitlab-rails” do
    52: rake_task ‘gitlab:db:configure’
    53: logfile_prefix ‘gitlab-rails-db-migrate’
    54: helper migration_helper
    55:
    56: environment env_variables
    57: dependent_services dependent_services
    58: notifies :run, “execute[clear the gitlab-rails cache]”, :immediately
    59: notifies :run, “ruby_block[check remote PG version]”, :immediately
    60:
    61: only_if { migration_helper.attributes_node[‘auto_migrate’] }
    62: end

    Compiled Resource:

    Declared in /opt/gitlab/embedded/cookbooks/cache/cookbooks/gitlab/recipes/database_migrations.rb:51:in `from_file’

    rails_migration(“gitlab-rails”) do
    action [:run]
    default_guard_interpreter :default
    declared_type :rails_migration
    cookbook_name “gitlab”
    recipe_name “database_migrations”
    rake_task “gitlab:db:configure”
    logfile_prefix “gitlab-rails-db-migrate”
    helper “sensitive value suppressed
    environment “sensitive value suppressed
    dependent_services [“runit_service[puma]”]
    only_if { #code block }
    end

    System Info:

    chef_version=18.3.0
    platform=centos
    platform_version=7.6.1810
    ruby=ruby 3.2.5 (2024-07-26 revision 31d0f1a2e7) [x86_64-linux]
    program_name=/opt/gitlab/embedded/bin/cinc-client
    executable=/opt/gitlab/embedded/bin/cinc-client

[2024-12-21T13:34:44+01:00] INFO: Running queued delayed notifications before re-raising exception

Running handlers:
[2024-12-21T13:34:44+01:00] ERROR: Running exception 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_hide_env[migrate gitlab-rails database] (gitlab::database_migrations line 20) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received ‘1’
---- Begin output of “bash” ----
STDOUT: bundler: failed to load command: rake (/opt/gitlab/embedded/bin/rake)
/opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/definition.rb:414:in `ensure_equivalent_gemfile_and_lockfile’: The gemspecs for path gems changed, but the lockfile can’t be updated because frozen mode is set (Bundler::ProductionError)

Run bundle install elsewhere and add the updated Gemfile to version control.
If this is a development machine, remove the Gemfile.lock freeze by running bundle config set frozen false.
from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/runtime.rb:13:in setup' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler.rb:163:in setup’
from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/setup.rb:29:in block in <top (required)>' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/ui/shell.rb:159:in with_level’
from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/ui/shell.rb:111:in silence' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/setup.rb:29:in <top (required)>’
from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli/exec.rb:56:in require_relative' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli/exec.rb:56:in kernel_load’
from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli/exec.rb:23:in run' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli.rb:455:in exec’
from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/command.rb:28:in run' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in invoke_command’
from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor.rb:527:in dispatch' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli.rb:35:in dispatch’
from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/base.rb:584:in start' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli.rb:29:in start’
from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/exe/bundle:28:in block in <top (required)>' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/friendly_errors.rb:117:in with_friendly_errors’
from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/exe/bundle:20:in <top (required)>' from /opt/gitlab/embedded/bin/bundle:25:in load’
from /opt/gitlab/embedded/bin/bundle:25:in `’
STDERR:
---- End output of “bash” ----
Ran “bash” returned 1

Deprecations:
Your OS, centos-7.6.1810, will be deprecated soon.
Starting with GitLab 17.8, packages will not be built for it.
Switch or upgrade to a supported OS, see Supported operating systems | GitLab for more information.

Update the configuration in your gitlab.rb file or GITLAB_OMNIBUS_CONFIG environment.

Running handlers complete
[2024-12-21T13:34:44+01:00] ERROR: Exception handlers complete
Infra Phase failed. 0 resources updated in 13 seconds

Deprecations:
Your OS, centos-7.6.1810, will be deprecated soon.
Starting with GitLab 17.8, packages will not be built for it.
Switch or upgrade to a supported OS, see Supported operating systems | GitLab for more information.

Update the configuration in your gitlab.rb file or GITLAB_OMNIBUS_CONFIG environment.

[2024-12-21T13:34:44+01:00] FATAL: Stacktrace dumped to /opt/gitlab/embedded/cookbooks/cache/cinc-stacktrace.out
[2024-12-21T13:34:44+01:00] FATAL: ---------------------------------------------------------------------------------------
[2024-12-21T13:34:44+01:00] FATAL: PLEASE PROVIDE THE CONTENTS OF THE stacktrace.out FILE (above) IF YOU FILE A BUG REPORT
[2024-12-21T13:34:44+01:00] FATAL: ---------------------------------------------------------------------------------------
[2024-12-21T13:34:44+01:00] FATAL: Mixlib::ShellOut::ShellCommandFailed: rails_migration[gitlab-rails] (gitlab::database_migrations line 51) had an error: Mixlib::ShellOut::ShellCommandFailed: bash_hide_env[migrate gitlab-rails database] (gitlab::database_migrations line 20) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received ‘1’
---- Begin output of “bash” ----
STDOUT: bundler: failed to load command: rake (/opt/gitlab/embedded/bin/rake)
/opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/definition.rb:414:in `ensure_equivalent_gemfile_and_lockfile’: The gemspecs for path gems changed, but the lockfile can’t be updated because frozen mode is set (Bundler::ProductionError)

Run bundle install elsewhere and add the updated Gemfile to version control.
If this is a development machine, remove the Gemfile.lock freeze by running bundle config set frozen false.
from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/runtime.rb:13:in setup' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler.rb:163:in setup’
from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/setup.rb:29:in block in <top (required)>' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/ui/shell.rb:159:in with_level’
from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/ui/shell.rb:111:in silence' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/setup.rb:29:in <top (required)>’
from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli/exec.rb:56:in require_relative' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli/exec.rb:56:in kernel_load’
from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli/exec.rb:23:in run' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli.rb:455:in exec’
from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/command.rb:28:in run' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in invoke_command’
from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor.rb:527:in dispatch' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli.rb:35:in dispatch’
from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/base.rb:584:in start' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/cli.rb:29:in start’
from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/exe/bundle:28:in block in <top (required)>' from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/lib/bundler/friendly_errors.rb:117:in with_friendly_errors’
from /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/bundler-2.5.11/exe/bundle:20:in <top (required)>' from /opt/gitlab/embedded/bin/bundle:25:in load’
from /opt/gitlab/embedded/bin/bundle:25:in `’
STDERR:
---- End output of “bash” ----
Ran “bash” returned 1

To resolve the issue, we restored a complete backup of the entire virtual machine taken a few days prior to the reboot. This backup was from a point when the system appeared to be functioning correctly. However, upon starting the restored VM, the issue persists with the same symptoms

Waiting for your assistance,
Thank you…