Is what normal? There are neither warnings nor errors in that output, it’s simply status messages.
If you haven’t configured GitLab to upload backups to remote storage, it is normal for it to skip it.
In a production environment that has been running for some time, it’s not normal for it not to remove any old backups. But I have a feeling this is a really new setup, in that case there might very well not be any backups that are old enough that the cleanup will delete them.
I was worried about the error="repository skipped" message.
It’s not a new install, I migrated from version 13.12.9 to 14.0.9, 14.1.5 and finally to 14.2.3
With version 13.12.9 these warnings never appear.
I have GitLab configured to keep the backups of the last 3 days. Backups are stored by default int the /var/opt/gitlab/backups/ directory. The System Administrator makes a daily backup of these.
I’m seeing this issue as well after an upgrade to 14 major version (via omnibus package on CentOS 7). All repositories report the repository skipped error and the backup is SIGNIFICANTLY smaller than previous.
All of that being said, the backup did take a while and the backup file is the same size as all of the others, approximately.
I installed though the official tagged docker images and have the following versions:
Gitlab: 14.2.4
GitLab Shell: 13.19.1
GitLab Workhorse: 14.2.4
GetLab API: 4
Ruby: 2.7.2p137
Rails: 6.1.3.2
PostgresSQL: 12.7
Redis: 6.0.14
I am having the same issue. I just upgraded to 14.3.2 and the issue persists. I have tried various solutions like using the rails console to recall repository sizes and invalidate caches. Nothing seems to work. Almost every repository with imported from gitea is not backing up. And a couple of new ones are doing the same.
We are seeing this as well, but from a high level it appears to skip wiki and design git repositories, not the main .git repository. Perhaps skipping empty repos?
I don’t think that’s the same error (the previous posts mostly are about projects being skipped when taking backups), please don’t pollute threads by posting other problems to them.
In making a new thread with your issue: If those lines simply saying “.” are your work, please try to find the actual errors and include them (the output can be really long, so trying to shorten it is a good thing).
I’m migrating my repositories from another platform to Gitlab. The version of gitlab installed on Ubuntu 20.04 LTS is 14.4.1 the same bug is reported. What I found strange is that the repositories are not empty, and also when restoring on another server they work.
Guys, I believe it’s correct. Inside the repositories there is the wiki feature, apparently it is also versioned. When creating a wiki in one of the repositories where the warning was presented, the message stopped occurring. I restored a backup and everything worked as expected.
As already mentioned by outofcontrol, this is not the project repository itself, but a dedicated design repository (I couldn’t figure out what it is for. Is it related to Design management | GitLab?
Could anyone find a way how to deactivate these warnings? I think many users will have either empty .design.git or .wiki.git repositories and then these warnings should be deactivated.