Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
41fcc070
Commit
41fcc070
authored
Jul 23, 2021
by
Will Chandler
Committed by
Evan Read
Jul 23, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Note 'repo scoped: invalid Repository' errors
parent
c4e81129
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
doc/administration/gitaly/troubleshooting.md
doc/administration/gitaly/troubleshooting.md
+8
-0
No files found.
doc/administration/gitaly/troubleshooting.md
View file @
41fcc070
...
...
@@ -370,3 +370,11 @@ the `praefect` command:
$
sudo
/opt/gitlab/embedded/bin/praefect
-config
/var/opt/gitlab/praefect/config.toml sql-migrate
praefect sql-migrate: OK
(
applied 21 migrations
)
```
### Requests fail with 'repo scoped: invalid Repository' errors
This indicates that the virtual storage name used in the
[
Praefect configuration
](
praefect.md#praefect
)
does not match the storage name used in
[
`git_data_dirs` setting
](
praefect.md#gitaly
)
for GitLab.
Resolve this by matching the virtual storage names used in Praefect and GitLab configuration.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment