Skip to content
Snippets Groups Projects
Commit 04fff5cd authored by Alejandro Rodríguez's avatar Alejandro Rodríguez
Browse files

Update documentation according to the new multiple git mount points feature

parent d2598f62
No related branches found
No related tags found
No related merge requests found
# Repository storages
 
GitLab allows you to define repository storage paths to enable distribution of
storage load between several mount points.
storage load between several mount points. You can choose where new projects are
stored via the `Application Settings` in the Admin interface.
 
## For installations from source
 
Loading
Loading
Loading
Loading
@@ -2,7 +2,7 @@
 
## Remove garbage from filesystem. Important! Data loss!
 
Remove namespaces(dirs) from `/home/git/repositories` if they don't exist in GitLab database.
Remove namespaces(dirs) from all repository storage paths if they don't exist in GitLab database.
 
```
# omnibus-gitlab
Loading
Loading
@@ -12,7 +12,7 @@ sudo gitlab-rake gitlab:cleanup:dirs
bundle exec rake gitlab:cleanup:dirs RAILS_ENV=production
```
 
Rename repositories from `/home/git/repositories` if they don't exist in GitLab database.
Rename repositories from all repository storage paths if they don't exist in GitLab database.
The repositories get a `+orphaned+TIMESTAMP` suffix so that they cannot block new repositories from being created.
 
```
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment