Gitlab Backup restoration issues

:hugs: Please help fill in this template with all the details to help others help you more efficiently. Use formatting blocks for code, config, logs and ensure to remove sensitive data.

Problem to solve

Describe your question in as much detail as possible:

What went wrong in the backup restoration process?
I had an issue with my proxmox node. I was able to grab a full backup with

sudo gitlab-backup create

I followed the restore process from Restore GitLab | GitLab

So the gitlab server started up successfully after I started up with the copied over gitlab.rb and gitlab-secrets.json

Then I noticed that when I signed in my profile picture was missing.
Then when looking at the code bases I keep seeing this


No Idea whats going on with this

When running

sudo gitlab-rake gitlab:artifacts:check
sudo gitlab-rake gitlab:lfs:check
sudo gitlab-rake gitlab:uploads:check

I get the following outputs
Checking integrity of Job artifacts

  • 1…208: Failures: 200
  • 209…283: Failures: 75
    Done!
    Checking integrity of LFS objects
    Done!
    Checking integrity of Uploads
  • 1…6: Failures: 4
    Done!

Steps to reproduce

Run through the documented procedure for backup and restoring gitlab information. I didnt do anything outside of the what I saw in the documentation

Configuration

Dont know what configuration information is relevant. Happy to provide any that are asked for

Versions

Please add an x whether options apply, and add the version information.

  • [ x ] Self-managed
  • GitLab.com SaaS
  • Dedicated

Versions

  • GitLab (Web: /help or self-managed system information sudo gitlab-rake gitlab:env:info):

System information
System: Ubuntu 24.04
Proxy: no
Current User: git
Using RVM: no
Ruby Version: 3.2.5
Gem Version: 3.5.23
Bundler Version:2.5.11
Rake Version: 13.0.6
Redis Version: 7.0.15
Sidekiq Version:7.2.4
Go Version: unknown

GitLab information
Version: 17.7.1-ee
Revision: 3c8f631cd0a
Directory: /opt/gitlab/embedded/service/gitlab-rails
DB Adapter: PostgreSQL
DB Version: 14.11
URL: http://git.internal.lan
HTTP Clone URL: http://git.internal.lan/some-group/some-project.git
SSH Clone URL: git@git.internal.lan:some-group/some-project.git
Elasticsearch: no
Geo: no
Using LDAP: yes
Using Omniauth: yes
Omniauth Providers:

GitLab Shell
Version: 14.39.0
Repository storages:

  • default: unix:/var/opt/gitlab/gitaly/gitaly.socket
    GitLab Shell path: /opt/gitlab/embedded/service/gitlab-shell

Gitaly

  • default Address: unix:/var/opt/gitlab/gitaly/gitaly.socket
  • default Version: 17.7.1
  • default Git Version: 2.47.0

Helpful resources

  1. Check the FAQ for helpful documentation, issues/bugs/feature proposals, and troubleshooting tips.
  2. Before opening a new topic, make sure to search for keywords in the forum search
  3. Check the GitLab project for existing issues. If you encounter a bug, please create a bug report issue.
  4. Review existing troubleshooting docs.

Thanks for taking the time to be thorough in your request, it really helps! :blush: