syncer: failed to update repo<my-private-gitlab-repo>: maximum number of private repositories included in license (1) reached
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 } }
I am seeing this too with a fresh install of 5.2.6
Also seeing this in 5.3.12303 docker install