sourcegraph icon indicating copy to clipboard operation
sourcegraph copied to clipboard

syncer: failed to update repo<my-private-gitlab-repo>: maximum number of private repositories included in license (1) reached

Open fesed opened this issue 2 years ago • 2 comments

Question description

After I installed Sourcegraph locally and configured the code host configuration, I used my personal token, which has all permissions. Then I triggered a manual sync, and three repositories were successfully synchronized, but most of them failed. The error message was: "syncer: failed to update repo {my-private-gitlab-repo}: maximum number of private repositories included in license (1) reached".

What could be the reason?

sourcegraph version: 5.2.5 Here is my Site configuration: { "auth.providers": [ { "type": "builtin" } ], "maxReposToSearch": 3000, "search.limits": { "maxTimeoutSeconds": 60, "maxRepos": 200, "commitDiffMaxRepos": 50, "commitDiffWithTimeFilterMaxRepos": 5000 } }

fesed avatar Jan 16 '24 01:01 fesed

I am seeing this too with a fresh install of 5.2.6

mjw99 avatar Jan 19 '24 11:01 mjw99

Also seeing this in 5.3.12303 docker install

paulgeorge avatar May 01 '24 13:05 paulgeorge